#include "util.h" #include "olcPixelGameEngine.h" namespace util{ float random(float range){ return float(rand())/RAND_MAX*range; } }