MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / RandFailure

Function RandFailure

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

Source from the content-addressed store, hash-verified

48#include <openssl/rand.h>
49
50[[noreturn]] static void RandFailure()
51{
52 LogPrintf("Failed to read randomness, aborting\n");
53 std::abort();
54}
55
56static inline int64_t GetPerformanceCounter()
57{

Callers 3

GetDevURandomFunction · 0.85
GetOSRandFunction · 0.85
GetRandBytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected