Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ randomFloatInterval
Function
randomFloatInterval
source/ui/background.c:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
static float randomFloatInterval(float vmin, float vmax)
42
{
43
return randomFloat()*(vmax-vmin) + vmin;
44
}
45
46
static struct
47
{
Callers
2
backgroundInit
Function · 0.85
waveUpdate
Function · 0.85
Calls
1
randomFloat
Function · 0.85
Tested by
no test coverage detected