MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / FastRandomContext

Method FastRandomContext

src/random.cpp:632–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632FastRandomContext::FastRandomContext(const uint256& seed) noexcept : requires_seed(false), rng(MakeByteSpan(seed)) {}
633
634void FastRandomContext::Reseed(const uint256& seed) noexcept
635{

Callers

nothing calls this directly

Calls 1

MakeByteSpanFunction · 0.85

Tested by

no test coverage detected