Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
504
int CAddrMan::RandomInt(int nMax){
505
return GetRandInt(nMax);
506
}
Callers
nothing calls this directly
Calls
1
GetRandInt
Function · 0.85
Tested by
no test coverage detected