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

Function RandAddEvent

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

Source from the content-addressed store, hash-verified

615}
616
617void RandAddEvent(const uint32_t event_info) noexcept { GetRNGState().AddEvent(event_info); }
618
619void FastRandomContext::RandomSeed() noexcept
620{

Callers 4

ConnectNodeMethod · 0.85
GetReceivedMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected