#include <stdlib.h> char *initstate(unsigned seed, char *arg_state, int n);
Initializes the random number generator (see section random) with pointer
arg_state to array of n bytes, then calls srandom
with
seed.
Pointer to old state information.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.