BigIntAnys extension

on

Properties

bigInt Generator<BigInt>
A generator that returns BigInts.
no setter

Methods

bigIntInRange(BigInt? min, BigInt? max) Generator<BigInt>
A generator that returns BigInts between min, inclusive, to max, exclusive.