randNextI function

int randNextI(
  1. int max
)

Implementation

int randNextI(int max) => _random.nextInt(max);