SRAND(3) Library Functions Manual SRAND(3)

srandseed simple pseudo-random number generator

#include <stdlib.h>

void srand(unsigned int seed);

Refer to rand(3) .

Derived from Issue 1 of the SVID.

February 1997 posix.fail