nextUint32 method

int nextUint32()

Implementation

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