void G_math_srand(int seed)
Seed the pseudo-random number generator.
double G_drand48(void)
Generate a floating-point value in the range [0,1)
long G_srand48_auto(void)
Seed the pseudo-random number generator from the time and PID.
void G_srand48(long)
Seed the pseudo-random number generator.
int G_math_srand_auto(void)
Seed the pseudo-random number generator from the time and PID.