nextUint8 method

int nextUint8()

Implementation

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