Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
U32 xrand()
40
{
41
rndseed = rndseed * 1103515245 + 12345;
42
return rndseed;
43
}
44
45
F32 xurand()
46
{
Callers
15
zEntSimpleObj_MgrUpdateRender
Function · 0.85
Process
Method · 0.85
Enter
Method · 0.85
Resume
Method · 0.85
_PressButtonSound
Function · 0.85
zNPCTiki_PickTikisToAnimate
Function · 0.85
Process
Method · 0.85
thunderCountCB
Function · 0.85
PatrickGrabCB
Function · 0.85
zEntPlayerSpeakStart
Function · 0.85
JumpMeleeCB
Function · 0.85
MeleeCB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected