#include "c.h"
#include <math.h>
Go to the source code of this file.
Functions | |
void | srandom (unsigned int seed) |
void srandom | ( | unsigned int | seed | ) |
Definition at line 22 of file srandom.c.
References pg_srand48().
Referenced by BackendRun(), main(), PostmasterRandom(), and setseed().
{ pg_srand48((long int) seed); }