v1.2.2 Release - 2021/08
Fixed a few typos and corrected document README.md
.
All the other enhancements issued from v1.2.0 are:
- Implemented new signature for method
__call__()
- i.e. operator()
, in classBaseRandom
. See fileREADME.md
for its new usage which is still backward compatible with former versions of the library; - Optimized the initialization of internal states when they are lists;
- Uses now underscores in numerical constants (as introduced in Python 3.6) to enhance the readability of the code;
- Fixed a same small bug in methods
.setState()
of both base classesBaseLFib64
andBaseMRG
; - Renamed mispelled type
Numeric
, replaced byNumerical
; - modified file
README.md
accordingly;