MCPcopy 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
77static float randf()
78{
79 return (float)rand()/(float)RAND_MAX;
80}
81
82void backgroundInit(void)
83{

Callers 2

backgroundInitFunction · 0.85
bubbleUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected