Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
uint64_t pseudorand_u64(void)
40
{
41
init_if_needed();
42
43
return isaac64_next_uint64(&isaac64);
44
}
45
46
double pseudorand_double(void)
47
{
Callers
3
get_random_serial
Function · 0.70
random_peer
Function · 0.50
json_commando
Function · 0.50
Calls
2
init_if_needed
Function · 0.85
isaac64_next_uint64
Function · 0.85
Tested by
no test coverage detected