math.randomseed (x)
Sets x
as the "seed" for the pseudo-random generator: equal seeds produce equal sequences of numbers.
math.randomseed (x)
Sets x
as the "seed" for the pseudo-random generator: equal seeds produce equal sequences of numbers.
Please login to continue.