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

Method Random

Engine/source/EtMath/Random.cpp:20–22  ·  view source on GitHub ↗

------------------------------ Random::c-tor

Source from the content-addressed store, hash-verified

18// Random::c-tor
19//
20Random::Random(uint32 const seed)
21 : m_MT(seed)
22{ }
23
24
25// functionality

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected