menu
agent_dart_base package
documentation
agent/crypto/random.dart
DartRandom
nextUint16 method
nextUint16 method
dark_mode
light_mode
nextUint16
method
int
nextUint16
(
)
Implementation
int nextUint16() => dartRandom.nextInt(math.pow(2, 32).toInt());
agent_dart_base package
documentation
agent/crypto/random
DartRandom
nextUint16 method
DartRandom class