MCPcopy 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
41static float randomFloatInterval(float vmin, float vmax)
42{
43 return randomFloat()*(vmax-vmin) + vmin;
44}
45
46static struct
47{

Callers 2

backgroundInitFunction · 0.85
waveUpdateFunction · 0.85

Calls 1

randomFloatFunction · 0.85

Tested by

no test coverage detected