#ifndef GUARD_OTHER_RANDOM_H #define GUARD_OTHER_RANDOM_H s32 OtherRandInt(s32 cap); s32 OtherRandRange(s32 a, s32 b); #endif // GUARD_OTHER_RANDOM_H