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

Method RandUint

Engine/source/EtMath/Random.cpp:60–63  ·  view source on GitHub ↗

------------------------------ Random::RandUint

Source from the content-addressed store, hash-verified

58// Random::RandUint
59//
60uint32 Random::RandUint()
61{
62 return std::uniform_int_distribution<uint32>(0u, std::numeric_limits<uint32>::max())(m_MT);
63}
64
65//------------------------------
66// Random::RandUint

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected