Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
int GetRandInt(int nMax)
110
{
111
return GetRand(nMax);
112
}
113
114
uint256 GetRandHash()
115
{
Callers
3
RandomInt
Method · 0.85
ThreadOpenConnections
Function · 0.85
CreateTransaction
Method · 0.85
Calls
1
GetRand
Function · 0.85
Tested by
no test coverage detected