#ifndef RANDOMNESS_H #define RANDOMNESS_H void init_randomness(void); float random_float(float min, float max); #endif