Description
Generate a random long when this function is called.
Example
none
Syntax
or
|
long random(long howsmall, long howbig) |
Parameters
long howbig – long number maximum size of the random number generated.
long howsmall – long number minimum size of the random number generated.
Returns
nothing
Related
none