#pragma once #include namespace Random { int rand_int(int from, int to); }