nextUint16 method

  1. @override
int nextUint16()
override

Get two bytes long random int.

Implementation

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