Release 1.14
I am pleased to announce the first official release of randomgen. The version number reflects the NumPy compatibility target.
- Release based on
RandomState
in NumPy 1.14. - Successor to
randomstate
using a new architecture. - Similar structure to
RandomState
usingRandomGenerator
- Pluggable basic RNG
- Low-level interface via CFFI or CTypes
- Passes all tests still relevant for
RandomState
usingMT19937