On Wed, 6 Jan 2021 15:31:32 GMT, Jim Laskey <jlas...@openjdk.org> wrote:
>> I kind of like the idea - not sure how expressive a BigInteger string is >> though. I might be able to express as <i, j, k> >> BigInteger.ONE.shiftLeft(i).subtract(j).shiftLeft(k). Will ponder. > > Done Also added getDefault and getDefaultFactory to RandomGenerato. ------------- PR: https://git.openjdk.java.net/jdk/pull/1292