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

Function randu32

source/core/StarRandom.cpp:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236
237 uint32_t randu32() {
238 MutexLocker locker(g_randMutex);
239 checkInit();
240 return g_randSource->randu32();
241 }
242
243 uint64_t randu64() {
244 MutexLocker locker(g_randMutex);

Callers 4

randu64Method · 0.85
randi32Method · 0.85
randfMethod · 0.85
TESTFunction · 0.85

Calls 2

checkInitFunction · 0.85
randu32Method · 0.80

Tested by 1

TESTFunction · 0.68