#ifndef LQRAND_H #define LQRAND_H #include "types.h" u32 qrand(void); void sqrand(u32); f32 fqrand(void); f32 fqrand2(void); #endif