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

Method RandomInt

src/addrman.cpp:504–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504int CAddrMan::RandomInt(int nMax){
505 return GetRandInt(nMax);
506}

Callers

nothing calls this directly

Calls 1

GetRandIntFunction · 0.85

Tested by

no test coverage detected