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

Function xurand

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

Source from the content-addressed store, hash-verified

43}
44
45F32 xurand()
46{
47 return xrand() * 2.3283064e-10f;
48}
49
50U32 xMathSolveQuadratic(F32 a, F32 b, F32 c, F32* x1, F32* x2)
51{

Callers 15

CheckPlayerMethod · 0.85
UpdateDiscreetMethod · 0.85
UpdateContinuousMethod · 0.85
ProcessMethod · 0.85
NPCMessageMethod · 0.85
EnterMethod · 0.85
DieTheGoodDeathMethod · 0.85
ResetMethod · 0.85
ProcessMethod · 0.85
thunderCountCBFunction · 0.85

Calls 1

xrandFunction · 0.85

Tested by

no test coverage detected