nextU32 static method

int nextU32()

Implementation

static int nextU32() {
  return prng.nextU32();
}