MCPcopy 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
22int FastRand()
23{
24 g_seed = (214013 * g_seed + 2531011);
25 return (g_seed >> 16) & RAND_MAX;
26}
27
28int RandInt(int max)
29{

Callers 2

RandIntFunction · 0.85
RandFloatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected