Skip to content

Release 1.19.0

Compare
Choose a tag to compare
@leif-ibsen leif-ibsen released this 24 Jun 13:20
· 2 commits to master since this release

About BigInt release 1.19.0:

  1. Release 1.19.0 is backwards compatible with release 1.18.0

  2. Two new random functions: randomFrom(:), randomTo(:)

  3. 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.