lcong48 - seed a uniformly distributed pseudo-random signed long integer generator
#include <stdlib.h> void lcong48(unsigned short int param[7]);
Refer to drand48().
Derived from Issue 1 of the SVID.