MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetRandInt

Function GetRandInt

src/random.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108int GetRandInt(int nMax)
109{
110 return GetRand(nMax);
111}
112
113uint256 GetRandHash()
114{

Callers 7

Good_Method · 0.85
Add_Method · 0.85
Select_Method · 0.85
GetAddr_Method · 0.85
CreateTransactionMethod · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

GetRandFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.68