MCPcopy Create free account
hub / github.com/apache/cloudberry / srandom

Function srandom

src/port/srandom.c:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21void
22srandom(unsigned int seed)
23{
24 pg_srand48((long int) seed);
25}

Callers 4

mainFunction · 0.85
PostmasterMainFunction · 0.85
InitProcessGlobalsFunction · 0.85

Calls 1

pg_srand48Function · 0.85

Tested by

no test coverage detected