#ifndef RNG_H #define RNG_H #include void rng_init(); uint32_t rng_uint32(); float rng_canon(); float rng_plusminus(); #endif