nextUint32 method

int nextUint32()

Implementation

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