Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ pseudorand_double
Function
pseudorand_double
common/pseudorand.c:46–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
double pseudorand_double(void)
47
{
48
init_if_needed();
49
50
return isaac64_next_double(&isaac64);
51
}
52
53
const struct siphash_seed *siphash_seed(void)
54
{
Callers
2
random_select
Function · 0.85
adaptive_splitter_cb
Function · 0.85
Calls
2
init_if_needed
Function · 0.85
isaac64_next_double
Function · 0.85
Tested by
no test coverage detected