`BigInteger` is advertised as immutable.
However, the method `largePrime()` mutates the final field `mag` on a new instance.
While this seems harmless in this specific case, it would be better to make sure that `mag` is genuinely immutable.
However, the method `largePrime()` mutates the final field `mag` on a new instance.
While this seems harmless in this specific case, it would be better to make sure that `mag` is genuinely immutable.