MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / init

Function init

source/core/StarRandom.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 void init() {
216 MutexLocker locker(g_randMutex);
217 doInit(produceRandomSeed());
218 }
219
220 void init(uint64_t seed) {
221 MutexLocker locker(g_randMutex);

Callers 15

initMethod · 0.85
TileSectorArrayMethod · 0.85
initMethod · 0.85
SystemObjectMethod · 0.85
initMethod · 0.85
initMethod · 0.85
initMethod · 0.85
initMethod · 0.85
initMethod · 0.85
WorldServerMethod · 0.85
initMethod · 0.85
initMethod · 0.85

Calls 2

doInitFunction · 0.85
produceRandomSeedFunction · 0.85

Tested by

no test coverage detected