Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ randf
Function
randf
source/ui/background.c:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
};
76
77
static float randf()
78
{
79
return (float)rand()/(float)RAND_MAX;
80
}
81
82
void backgroundInit(void)
83
{
Callers
2
backgroundInit
Function · 0.85
bubbleUpdate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected