Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ GetRandInt
Function
GetRandInt
src/random.cpp:593–596 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
591
}
592
593
int GetRandInt(int nMax) noexcept
594
{
595
return GetRand(nMax);
596
}
597
598
uint256 GetRandHash() noexcept
599
{
Callers
6
ThreadOpenConnections
Method · 0.85
GetLocktimeForNewTransaction
Function · 0.85
spend.cpp
File · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
issueasset_base
Function · 0.85
reissueasset_base
Function · 0.85
Calls
1
GetRand
Function · 0.85
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.68