#include namespace mrand { void setSeed(unsigned long long seed); int getValue(int min, int max); float getFloat(); }