Get a random integer between 0 inclusive and max exclusive
max
int nextInt(int max) => _random.nextInt(max);