MCPcopy 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
206inline float rndr(float from, float to)
207{
208 return frnd(1) * (to - from) + from;
209}
210
211inline float sqr(float a)
212{

Callers 1

randomizeMethod · 0.85

Calls 1

frndFunction · 0.85

Tested by

no test coverage detected