MCPcopy Create free account
hub / github.com/Illation/ETEngine / RandInt

Method RandInt

Engine/source/EtMath/Random.cpp:85–88  ·  view source on GitHub ↗

------------------------------ Random::RandInt

Source from the content-addressed store, hash-verified

83// Random::RandInt
84//
85int32 Random::RandInt()
86{
87 return std::uniform_int_distribution<int32>(0u, std::numeric_limits<int32>::max())(m_MT);
88}
89
90//------------------------------
91// Random::RandInt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected