rng.h (99B)
1 #ifndef RNG_H 2 #define RNG_H 3 uint32_t rng(void); 4 uint32_t rng_uniform(uint32_t); 5 #endif /* RNG_H */