Get a random BigInteger of bitLength bits.
bitLength
@override BigInt nextBigInteger(int bitLength) { return utils.decodeBigIntWithSign(1, _randomBits(bitLength)); }