Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ rndr
Function
rndr
src/extended/SfxrNode.cpp:206–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
inline float rndr(float from, float to)
207
{
208
return frnd(1) * (to - from) + from;
209
}
210
211
inline float sqr(float a)
212
{
Callers
1
randomize
Method · 0.85
Calls
1
frnd
Function · 0.85
Tested by
no test coverage detected