Category: Math
Back to System Functions
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)