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 value19
has been fixed to correct value9
).
Notice: Release 2.0 of PyRandLib is nevertheless still available but it should no more be used.