Get a random value between min and max (both included)
int GetRandomValue(int min, int max) => _GetRandomValue(min, max);