srandom —
void srandom(seed);int seed;
void srandom(
)
Reinitialize the machine seed to get random numbers (with method.ansi.random)
Parameters
A number to use to restart the random sequence. If 0, the computer clock is used.
Nothing
method.ansi.random