Skip to content

v2.1.0 Release - 2025/07

Latest
Compare
Choose a tag to compare
@schmouk schmouk released this 06 Jul 11:06

New in Release 2.1

Version 2.1 of PyRandLib is now fully unit-tested. The code coverage is 100%. Test code is available in subdirectory unit-tests of every Python version directory.

A few bugs have then been fixed:

  • protected method Pcg1024_32._externalstep() implementation is now correct;
  • a typo in a shifting constant in Well19937c.next() has been fixed (erroneous value 19 has been fixed to correct value 9).

Notice: Release 2.0 of PyRandLib is nevertheless still available but it should no more be used.