MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getRandomU32

Method getRandomU32

src/Inagaki/GameAudioCommon.cpp:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 u32 Random::getRandomU32() { return 4294967295.0f * sRandom.get_ufloat_1(); }
52 u32 Random::getSignalEngineRandomU32() { return 4294967295.0f * sSignalEngineRandom.get_ufloat_1(); }
53}
54

Callers

nothing calls this directly

Calls 1

get_ufloat_1Method · 0.80

Tested by

no test coverage detected