MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / SetSeed

Method SetSeed

SampleFramework12/v1.00/SF12_Math.cpp:1238–1241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1236// == Random ======================================================================================
1237
1238void Random::SetSeed(uint32 seed)
1239{
1240 engine.seed(seed);
1241}
1242
1243void Random::SeedWithRandomValue()
1244{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected