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

Function randbytes_overridden

common/randbytes.c:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15static u64 dev_seed = 0;
16
17bool randbytes_overridden(void)
18{
19 return dev_seed != 0;
20}
21
22void randbytes_(void *bytes, size_t num_bytes, u64 *offset)
23{

Callers 6

randbytes_Function · 0.70
dev_override_randbytesFunction · 0.70
pseudorand_Function · 0.70
pseudorand_u64_Function · 0.70
pseudorand_double_Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected