Get two bytes long random int.
@override int nextUint16() => _autoReseedIfNeededAfter(() { return _delegate.nextUint16(); });