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
```
rs = mkl_random.RandomState(brng='NON_DETERMINSTIC')
rs.randn(10)
```
The non-deterministic generator is True RNG, based on processor
instruction RDRAND, see
https://software.intel.com/en-us/mkl-developer-reference-c-basic-generators
Also reorgnalized setup to use mkl_random/_version.py, and bumped
the version to 1.1.0
0 commit comments