nrand48 - generate uniformly distributed pseudo-random non-negative long integers
#include <stdlib.h> long int nrand48(unsigned short int xsubi[3]);
Refer to drand48().
Derived from Issue 1 of the SVID.