Home / lang / randomize 
RANDOMIZE
Syntax
RANDOMIZE [ Seed AS Integer ]

Initializes the pseudo-random numbers generator with the specified Seed.

If Seed is not specified, then the generator is initialized with the current date and time.

The same seed will always give you the same generated values.


See also
Random Numbers Functions