randomize()
Seeds pseudo-random number generator with number.
If number is not given, it will use the current time as seed.
Syntax:
randomize(
{
number
}
)
Example:
randomize(
10
)
see also
rnd()
command