MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / RandInt

Function RandInt

deps/LLGL/tests/Test_Performance.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28int RandInt(int max)
29{
30 return (FastRand() % (max + 1));
31}
32
33float RandFloat()
34{

Callers 1

RandColorRGBAFunction · 0.85

Calls 1

FastRandFunction · 0.85

Tested by

no test coverage detected