nextInt method

int nextInt()

Generates a 32-bit bit random number

Implementation

@pragma('vm:prefer-inline')
int nextInt() => _nextInt();