| 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 | |
| 55 | #include <JSystem/JAudio/JASFakeMatch4.h> |
nothing calls this directly
no test coverage detected