summaryrefslogtreecommitdiff
path: root/include/other_random.h
blob: 83a1b60772b5767cd2e65a16db82071f63b0dfc9 (plain)
1
2
3
4
5
6
7
#ifndef GUARD_OTHER_RANDOM_H
#define GUARD_OTHER_RANDOM_H

s32 OtherRandomCapped(s32 cap);
s32 OtherRandomRange(s32 a, s32 b);

#endif // GUARD_OTHER_RANDOM_H