Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ FastRand
Function
FastRand
deps/LLGL/tests/Test_Performance.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
int FastRand()
23
{
24
g_seed = (214013 * g_seed + 2531011);
25
return (g_seed >> 16) & RAND_MAX;
26
}
27
28
int RandInt(int max)
29
{
Callers
2
RandInt
Function · 0.85
RandFloat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected