obj
IRandom
rnd
Random
RandBasic(n)
int
RandBasic
If n is negative, the random number generator seed is based on system time, if it is zero or positive it will use n as the seed.
RandBasic()
Constructs the default random number generator using a time dependent default seed value.