mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
11 lines
134 B
C
11 lines
134 B
C
#ifndef LQRAND_H
|
|
#define LQRAND_H
|
|
|
|
#include "types.h"
|
|
|
|
u32 qrand(void);
|
|
void sqrand(u32);
|
|
f32 fqrand(void);
|
|
f64 fqrand2(void);
|
|
|
|
#endif |