SeedRnd

Category: Math

Back to System Functions


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)