Platform | x64, Win32 |
Purpose |
To enter a new "seed" for the pseudo-random number generator function RANDOM. |
Syntax |
SUBROUTINE SET_SEED@(SEED) |
Description |
This routine sets the seed for the random number generator to a value based on SEED. SEED may take any value. Each value produces a repeatable sequence of pseudo-random numbers. |
See also |