Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ FastRandomContext
Method
FastRandomContext
src/random.cpp:407–410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
}
406
407
FastRandomContext::FastRandomContext(const uint256& seed) : requires_seed(false), bytebuf_size(0), bitbuf_size(0)
408
{
409
rng.SetKey(seed.begin(), 32);
410
}
411
412
bool Random_SanityCheck()
413
{
Callers
nothing calls this directly
Calls
2
SetKey
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected