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

Function GetRandInt

src/random.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368int GetRandInt(int nMax)
369{
370 return GetRand(nMax);
371}
372
373uint256 GetRandHash()
374{

Callers 6

SendMessagesMethod · 0.85
RandomIntMethod · 0.85
SelectTriedCollision_Method · 0.85
ThreadOpenConnectionsMethod · 0.85
CreateTransactionMethod · 0.85
AddRandomOutboundPeerFunction · 0.85

Calls 1

GetRandFunction · 0.85

Tested by 1

AddRandomOutboundPeerFunction · 0.68