#include "c.h"
#include <math.h>
Go to the source code of this file.
Functions | |
long | random () |
long random | ( | void | ) |
Definition at line 22 of file random.c.
References pg_lrand48().
Referenced by _bt_findinsertloc(), anl_random_fract(), CheckRADIUSAuth(), chkpass_in(), drandom(), get_normal_pair(), gistchoose(), main(), PostmasterRandom(), prepare_buf(), s_lock(), SetTempTablespaces(), spgdoinsert(), and try_unix_std().
{ return pg_lrand48(); }