Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
init
Method · 0.85
TileSectorArray
Method · 0.85
init
Method · 0.85
SystemObject
Method · 0.85
init
Method · 0.85
init
Method · 0.85
init
Method · 0.85
init
Method · 0.85
init
Method · 0.85
WorldServer
Method · 0.85
init
Method · 0.85
init
Method · 0.85
Calls
2
doInit
Function · 0.85
produceRandomSeed
Function · 0.85
Tested by
no test coverage detected