#ifndef __RANDOM_H__
#define __RANDOM_H__
#include <ultra64.h>
f32 randf (void);
f32 randf2(f32 min, f32 max);
s32 randi2(s32 min, s32 max);
#endif