MCPcopy Create free account
hub / github.com/OpenMW/openmw / init

Function init

components/misc/rng.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void init(unsigned int seed)
40 {
41 sGenerator.seed(seed);
42 }
43
44 float rollProbability(Generator& prng)
45 {

Callers 7

loadMethod · 0.50
GraphicsWindowSDL2Method · 0.50
realizeImplementationMethod · 0.50
makeNavigatorFunction · 0.50
TiXmlStringMethod · 0.50
clearMethod · 0.50
initMethod · 0.50

Calls 1

seedMethod · 0.80

Tested by

no test coverage detected