Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
int RandInt(int max)
29
{
30
return (FastRand() % (max + 1));
31
}
32
33
float RandFloat()
34
{
Callers
1
RandColorRGBA
Function · 0.85
Calls
1
FastRand
Function · 0.85
Tested by
no test coverage detected