MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / GetRandInt

Function GetRandInt

src/random.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

RandomIntMethod · 0.85
ThreadOpenConnectionsFunction · 0.85
CreateTransactionMethod · 0.85

Calls 1

GetRandFunction · 0.85

Tested by

no test coverage detected