RandomGenerator:setSeed
Seed the RandomGenerator with a new seed. Each seed will cause the RandomGenerator to produce a unique sequence of random numbers.
RandomGenerator:setSeed()
Arguments
None
Returns
Nothing
Notes
For precise 64 bit seeds, you should specify the lower and upper 32 bits of the seed separately. Otherwise, seeds larger than 2^53 will start to lose precision.
See also
RandomGenerator:getSeed
RandomGenerator