srand48 - seed uniformly distributed double-precision pseudo-random number generator
#include <stdlib.h> void srand48(long int seedval);
Refer to drand48().
Derived from Issue 1 of the SVID.