mm/include/rand.h

10 lines
132 B
C

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