For bigint between min (included) and max (included)
Lower bound for the generated bigints (eg.: -5n, 0n, BigInt(Number.MIN_SAFE_INTEGER))
Upper bound for the generated bigints (eg.: -2n, 2147483647n, BigInt(Number.MAX_SAFE_INTEGER))
For bigint between min (included) and max (included)
Constraints to apply when building instances
For bigint