MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / rnd

Function rnd

Random.cpp:115–117  ·  view source on GitHub ↗

Returns a uniform distributed double value in the interval ]0,1[

Source from the content-addressed store, hash-verified

113
114// Returns a uniform distributed double value in the interval ]0,1[
115double rnd() {
116 return rk_double(&localState);
117}

Callers

nothing calls this directly

Calls 1

rk_doubleFunction · 0.85

Tested by

no test coverage detected