Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
125
DEPRECATED inline float randomNormal() {
126
return random::normal();
127
}
128
DEPRECATED inline float randomf() {
129
return random::uniform();
130
}
Callers
nothing calls this directly
Calls
1
normal
Function · 0.85
Tested by
no test coverage detected