MCPcopy 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
33float RandFloat()
34{
35 return (static_cast<float>(FastRand()) / static_cast<float>(RAND_MAX));
36}
37
38LLGL::ColorRGBAub RandColorRGBA()
39{

Callers

nothing calls this directly

Calls 1

FastRandFunction · 0.85

Tested by

no test coverage detected