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