@@ -0,0 +1,12 @@
#ifndef RNG_H
#define RNG_H
#include <stdint.h>
void rng_init();
uint32_t rng_uint32();
float rng_canon();
float rng_plusminus();
#endif
The note is not visible to the blocked user.