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.
Python API has been re-designed to be a functional interface instead of being class-based. This is to help make the code easier to plugin into other libraries.
The API is also Numpy/scipy friendly and allows the user to make use of the bitgenerators offered by numpy's numpy.random.Generator via the optional keyword argument random_state.
The need for cblas.h and lapacke.h headers has been relaxed. Only an installation of LAPACK is a requirement for using the C library.