For signed bigint of n bits
Generated values will be between -2^(n-1) (included) and 2^(n-1) (excluded)
Maximal number of bits of the generated bigint
Please use $bigInt with fc.bigInt({ min: -2n**(n-1n), max: 2n**(n-1n)-1n }) instead
fc.bigInt({ min: -2n**(n-1n), max: 2n**(n-1n)-1n })
Since 1.9.0
For signed bigint of n bits
Generated values will be between -2^(n-1) (included) and 2^(n-1) (excluded)