MCPcopy Create free account
hub / github.com/VCVRack/Rack / randomUniform

Function randomUniform

include/rack0.hpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 return random::u64();
121}
122DEPRECATED inline float randomUniform() {
123 return random::uniform();
124}
125DEPRECATED inline float randomNormal() {
126 return random::normal();
127}

Callers

nothing calls this directly

Calls 1

uniformFunction · 0.85

Tested by

no test coverage detected