#pragma once #include <stdlib.h> namespace util{ //Returns 0-range (as a float). float random(float range); }