private static int GetRandomInt(int maxValue) { return(_startCell.GetNextLocalRandomInt(_rngOffset++, maxValue)); }