nextUint16 method

int nextUint16()

Implementation

int nextUint16() => dartRandom.nextInt(math.pow(2, 32).toInt());