menu
pointycastle package
documentation
random/fortuna_random.dart
FortunaRandom
nextUint8 method
nextUint8 method
dark_mode
light_mode
nextUint8
method
@
override
int
nextUint8
(
)
override
Get one byte long random int.
Implementation
@override int nextUint8() => _prng.nextUint8();
pointycastle package
documentation
random/fortuna_random
FortunaRandom
nextUint8 method
FortunaRandom class