Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ GetRandHash
Function
GetRandHash
src/random.cpp:373–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
}
372
373
uint256 GetRandHash()
374
{
375
uint256 hash;
376
GetRandBytes((unsigned char*)&hash, sizeof(hash));
377
return hash;
378
}
379
380
void FastRandomContext::RandomSeed()
381
{
Callers
9
RandomSeed
Method · 0.85
CreateNewBlock
Method · 0.85
LimitOrphanTxSize
Function · 0.85
validation.cpp
File · 0.85
Clear
Method · 0.85
AddTx
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
SeedInsecureRand
Function · 0.85
test_bitcoin.cpp
File · 0.85
Calls
1
GetRandBytes
Function · 0.85
Tested by
3
AddTx
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
SeedInsecureRand
Function · 0.68