menu
hashlib package
documentation
random.dart
HashlibRandom
nextInt method
nextInt method
dark_mode
light_mode
nextInt
method
int
nextInt
(
)
Generates a 32-bit bit random number
Implementation
@pragma('vm:prefer-inline') int nextInt() => _nextInt();
hashlib package
documentation
random
HashlibRandom
nextInt method
HashlibRandom class