MCPcopy Create free account
hub / github.com/ElementsProject/elements / RandFailure

Function RandFailure

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

Source from the content-addressed store, hash-verified

41#endif
42
43[[noreturn]] static void RandFailure()
44{
45 LogPrintf("Failed to read randomness, aborting\n");
46 std::abort();
47}
48
49static inline int64_t GetPerformanceCounter() noexcept
50{

Callers 2

GetDevURandomFunction · 0.85
GetOSRandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected