#include <stdlib.h> int srandom(int seed);
Initializes the random number generator (see section random). Passing the
same seed results in random
returning predictable sequences
of numbers, unless see section initstate or see section setstate are called.
Zero.
not ANSI, not POSIX
srandom(45);
Go to the first, previous, next, last section, table of contents.