summaryrefslogtreecommitdiff
path: root/include/rand.h
blob: d6844f4b74db2e02c0da96f53c9fecff3129b69a (plain)
1
2
3
4
5
6
7
8
9
#ifndef RAND_H
#define RAND_H

#include "libc64/qrand.h"

f32 Rand_ZeroFloat(f32 f);
f32 Rand_CenteredFloat(f32 f);

#endif