nextUint32 method

  1. @override
int nextUint32()
override

Get four bytes long random int.

Implementation

@override
int nextUint32() => random.nextInt(256 * 256 * 256 * 256);