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