Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ GetRandHash
Function
GetRandHash
src/random.cpp:113–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
uint256 GetRandHash()
114
{
115
uint256 hash;
116
GetRandBytes((unsigned char*)&hash, sizeof(hash));
117
return hash;
118
}
119
120
uint32_t insecure_rand_Rz = 11;
121
uint32_t insecure_rand_Rw = 11;
Callers
9
CCoinsKeyHasher
Method · 0.85
Clear
Method · 0.85
LimitOrphanTxSize
Function · 0.85
ProcessMessage
Function · 0.85
SendMessages
Function · 0.85
RandomOrphan
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
RandomTransaction
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
GetRandBytes
Function · 0.85
Tested by
4
RandomOrphan
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
RandomTransaction
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68