Skip to content

v1.2.0 Release - 2021/08

Compare
Choose a tag to compare
@schmouk schmouk released this 15 Aug 16:22
· 4 commits to master since this release
e71b4bf
  • 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;