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

Function nrandf

source/core/StarRandom.cpp:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314
315 float nrandf(float stddev, float mean) {
316 MutexLocker locker(g_randMutex);
317 checkInit();
318 return g_randSource->nrandf(stddev, mean);
319 }
320
321 double nrandd(double stddev, double mean) {
322 MutexLocker locker(g_randMutex);

Callers 4

particleForPlantPartMethod · 0.85
getAppropriateOpacityMethod · 0.85
beamDrawablesMethod · 0.85
renderWireMethod · 0.85

Calls 2

checkInitFunction · 0.85
nrandfMethod · 0.80

Tested by

no test coverage detected