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