Name

srandom —

Synopsis

void srandom(seed);
int seed;

Description

Reinitialize the machine seed to get random numbers (with method.ansi.random)

Parameters

seed

A number to use to restart the random sequence. If 0, the computer clock is used.

Returns

Nothing

See Also

method.ansi.random