MCPcopy 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
407FastRandomContext::FastRandomContext(const uint256& seed) : requires_seed(false), bytebuf_size(0), bitbuf_size(0)
408{
409 rng.SetKey(seed.begin(), 32);
410}
411
412bool Random_SanityCheck()
413{

Callers

nothing calls this directly

Calls 2

SetKeyMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected