Files
mm/include/rand.h
T
Dragorn421 34dcfbccc6 Add rand.h for non-qrand.c rand functions (#1684)
* sync rand.h with related oot PR

* fix

* yeet comment
2024-09-18 19:49:56 -07:00

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