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