Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
void
22
srandom(unsigned int seed)
23
{
24
pg_srand48((long int) seed);
25
}
Callers
4
main
Function · 0.85
PostmasterMain
Function · 0.85
InitProcessGlobals
Function · 0.85
choose_dsm_implementation
Function · 0.85
Calls
1
pg_srand48
Function · 0.85
Tested by
no test coverage detected