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