MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xrand

Function xrand

src/SB/Core/x/xMath.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39U32 xrand()
40{
41 rndseed = rndseed * 1103515245 + 12345;
42 return rndseed;
43}
44
45F32 xurand()
46{

Callers 15

ProcessMethod · 0.85
EnterMethod · 0.85
ResumeMethod · 0.85
_PressButtonSoundFunction · 0.85
ProcessMethod · 0.85
thunderCountCBFunction · 0.85
PatrickGrabCBFunction · 0.85
zEntPlayerSpeakStartFunction · 0.85
JumpMeleeCBFunction · 0.85
MeleeCBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected