#include <stdlib.h> char *setstate(char *arg_state);
Restores the random number generator (see section random) state from pointer arg_state to state array.
Pointer to old state information.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.