nextU64 static method

BigInt nextU64()

Implementation

static BigInt nextU64() {
  return prng.nextU64();
}