nextUint8 method

int nextUint8()
override

Get one byte long random int.

Implementation

int nextUint8() => clip8(_nextValue++);