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

Method SetSeed

Engine/source/EtMath/Random.cpp:31–34  ·  view source on GitHub ↗

------------------------------ Random::SetSeed

Source from the content-addressed store, hash-verified

29// Random::SetSeed
30//
31void Random::SetSeed(uint32 const s)
32{
33 m_MT.seed(s);
34}
35
36
37// accessors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected