Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ frnd
Function
frnd
src/extended/SfxrNode.cpp:201–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
#define PI 3.14159265f
200
201
inline float frnd(float range)
202
{
203
return (float) rnd(10000) / 10000 * range;
204
}
205
206
inline float rndr(float from, float to)
207
{
Callers
12
rndr
Function · 0.85
ResetSample
Method · 0.85
SynthSample
Method · 0.85
coin
Method · 0.85
laser
Method · 0.85
explosion
Method · 0.85
powerUp
Method · 0.85
hit
Method · 0.85
jump
Method · 0.85
select
Method · 0.85
mutate
Method · 0.85
randomize
Method · 0.85
Calls
1
rnd
Function · 0.85
Tested by
no test coverage detected