MCPcopy 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
46double pseudorand_double(void)
47{
48 init_if_needed();
49
50 return isaac64_next_double(&isaac64);
51}
52
53const struct siphash_seed *siphash_seed(void)
54{

Callers 2

random_selectFunction · 0.85
adaptive_splitter_cbFunction · 0.85

Calls 2

init_if_neededFunction · 0.85
isaac64_next_doubleFunction · 0.85

Tested by

no test coverage detected