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