nextUint8 method

int nextUint8()

Implementation

int nextUint8() => dartRandom.nextInt(pow(2, 8).toInt());