1 /*-------------------------------------------------------------------------
6 * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
13 *-------------------------------------------------------------------------
22 srandom(unsigned int seed
)
24 pg_srand48((long int) seed
);