Skip to content

v1.2.2 Release - 2021/08

Compare
Choose a tag to compare
@schmouk schmouk released this 15 Aug 17:01
· 1 commit to master since this release
8bde2f0

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 class BaseRandom. See file README.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 classes BaseLFib64 and BaseMRG;
  • Renamed mispelled type Numeric, replaced by Numerical;
  • modified file README.md accordingly;