MCPcopy Create free account
hub / github.com/ElementsProject/lightning / pseudorand_u64

Function pseudorand_u64

common/pseudorand.c:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39uint64_t pseudorand_u64(void)
40{
41 init_if_needed();
42
43 return isaac64_next_uint64(&isaac64);
44}
45
46double pseudorand_double(void)
47{

Callers 3

get_random_serialFunction · 0.70
random_peerFunction · 0.50
json_commandoFunction · 0.50

Calls 2

init_if_neededFunction · 0.85
isaac64_next_uint64Function · 0.85

Tested by

no test coverage detected