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

Function RandAddPeriodic

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

Source from the content-addressed store, hash-verified

610}
611
612void RandAddPeriodic() noexcept
613{
614 ProcRand(nullptr, 0, RNGLevel::PERIODIC, /*always_use_real_rng=*/false);
615}
616
617void RandAddEvent(const uint32_t event_info) noexcept { GetRNGState().AddEvent(event_info); }
618

Callers 1

AppInitMainFunction · 0.85

Calls 1

ProcRandFunction · 0.85

Tested by

no test coverage detected