SeedRnd
Category: Math
Signature
SeedRnd(seed As Integer)
Returns
Void
Description
Sets the seed used by RndFloat#, RndDouble!, Rnd!, and Rand.
Using the same seed reproduces the same random sequence.
Example
SeedRnd(12345)
Category: Math
SeedRnd(seed As Integer)
Void
Sets the seed used by RndFloat#, RndDouble!, Rnd!, and Rand.
Using the same seed reproduces the same random sequence.
SeedRnd(12345)