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

Function randomNormal

include/rack0.hpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 return random::uniform();
124}
125DEPRECATED inline float randomNormal() {
126 return random::normal();
127}
128DEPRECATED inline float randomf() {
129 return random::uniform();
130}

Callers

nothing calls this directly

Calls 1

normalFunction · 0.85

Tested by

no test coverage detected