| Servertec | Random( ) | |
|
|
Returns a new random number object initialized to the specified seed value or current time. SyntaxRandom( )Random( seed ) Parametersseed an initial seed value.Returnsrandom the new random object.Example
lValue = rnd.nextLong( ) |
|
top of page
|