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

Method getRandom

src/Kameda/SequenceInfo.cpp:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91void SequenceInfo::setRandomSeed() { mRnd.setSeed(OSGetTime()); }
92
93u32 SequenceInfo::getRandom() { return mRnd.get(); }
94
95KartGamePad *SequenceInfo::getDecidePad() {
96 if (mDecidePad) {

Callers 5

setItemKindMethod · 0.45
checkKartCollisionMethod · 0.45
resetPoseMethod · 0.45
doFuncWaitMethod · 0.45
initFuncDamageMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected