You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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;