nSetRandomSeed()
nsets the seed for random number generation
nthe seed is chosen based on an internal clock value
nlong RandomLong(long a,
long b);
nreturns a random integer in the range a .. b
na and b are included
ndouble
RandomDouble(double a, double b);
nreturns a random double in the range a .. B
na and b are included