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