Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ GetRandHash
Function
GetRandHash
src/commons/random.cpp:115–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
uint256 GetRandHash()
116
{
117
uint256 hash;
118
GetRandBytes((unsigned char*)&hash, sizeof(hash));
119
return hash;
120
}
121
122
uint32_t insecure_rand_Rz = 11;
123
uint32_t insecure_rand_Rw = 11;
Callers
2
SendMessages
Function · 0.85
ProcessAddrMessage
Function · 0.85
Calls
1
GetRandBytes
Function · 0.85
Tested by
no test coverage detected