nextUint16 method

int nextUint16()

Implementation

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