Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ RandFloat
Function
RandFloat
deps/LLGL/tests/Test_Performance.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
float RandFloat()
34
{
35
return (static_cast<float>(FastRand()) / static_cast<float>(RAND_MAX));
36
}
37
38
LLGL::ColorRGBAub RandColorRGBA()
39
{
Callers
nothing calls this directly
Calls
1
FastRand
Function · 0.85
Tested by
no test coverage detected