MCPcopy Create free account
hub / github.com/ZDoom/Raze / NativeRandom2

Function NativeRandom2

source/common/scripting/backend/codegen.cpp:6498–6501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6496//==========================================================================
6497
6498static int NativeRandom2(FRandom *rng, int maskval)
6499{
6500 return rng->Random2(maskval);
6501}
6502
6503DEFINE_ACTION_FUNCTION_NATIVE(DObject, BuiltinRandom2, NativeRandom2)
6504{

Callers

nothing calls this directly

Calls 1

Random2Method · 0.80

Tested by

no test coverage detected