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

Function randi64

source/core/StarRandom.cpp:255–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 }
254
255 int64_t randi64() {
256 MutexLocker locker(g_randMutex);
257 checkInit();
258 return g_randSource->randi64();
259 }
260
261 float randf() {
262 MutexLocker locker(g_randMutex);

Callers 2

RandomBrushMethod · 0.85
enterStageMethod · 0.85

Calls 2

checkInitFunction · 0.85
randi64Method · 0.80

Tested by

no test coverage detected