menu
web3dart_celo package
documentation
web3dart.dart
RandomBridge
nextUint16 method
nextUint16 method
dark_mode
light_mode
nextUint16
method
@
override
int
nextUint16
(
)
override
Get two bytes long random int.
Implementation
@override int nextUint16() => dartRandom.nextInt(1 << 16);
web3dart_celo package
documentation
web3dart
RandomBridge
nextUint16 method
RandomBridge class