Cronous Emulation Server Daemon

GameRandom.raw Method (Int32)

Raw int random number.

[Visual Basic]
Public Function raw( _ 
   ByVal max As Integer _ 
) As Integer
[C#]
public int raw(
   int max
);
[C++]
public: int raw(
   int max
);
[JScript]
public function raw(
   int max
): int;

Parameters

max
Maximum.

Return Value

A random number.

See Also

GameRandom Class | croemud.game Namespace | GameRandom.raw Overload List