Release 1.19.0
About BigInt release 1.19.0:
-
Release 1.19.0 is backwards compatible with release 1.18.0
-
Two new random functions: randomFrom(:), randomTo(:)
-
The extended GCD algorithm uses a new recursive GCD algorithm for large numbers with more than 64.000 bits.
The recursive algorithm is about 25 times faster than the Lehmer algorithm for numbers with 8.000.000 bits.