menu
archethic_lib_dart package
documentation
crypto_keys/src/algorithms.dart
DefaultSecureRandom
nextUint32 method
nextUint32 method
dark_mode
light_mode
nextUint32
method
@
override
int
nextUint32
(
)
override
Get four bytes long random int.
Implementation
@override int nextUint32() => random.nextInt(256 * 256 * 256 * 256);
archethic_lib_dart package
documentation
crypto_keys/src/algorithms
DefaultSecureRandom
nextUint32 method
DefaultSecureRandom class