1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-14 21:40:03 +00:00
oot/include/rand.h

10 lines
124 B
C
Raw Permalink Normal View History

#ifndef RAND_H
#define RAND_H
#include "libc64/qrand.h"
f32 Rand_ZeroFloat(f32 f);
f32 Rand_CenteredFloat(f32 f);
#endif