Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
static inline int64_t GetPerformanceCounter() noexcept
50
{
Callers
2
GetDevURandom
Function · 0.85
GetOSRand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected