List<int> randomNumbers(int count, int max) => List.generate(count, (i) => Random(seedToInt + i).nextInt(max));