randI function

int randI(
  1. int min,
  2. int max
)

Implementation

int randI(int min, int max) => _random.i(min, max);