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