mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
34dcfbccc6
* sync rand.h with related oot PR * fix * yeet comment
10 lines
132 B
C
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
|