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
If command above installs NumPy package from the Pypi, please use following command to install Intel optimized NumPy wheel package from Anaconda Cloud:
Where `<numpy_version>` should be the latest version from https://anaconda.org/intel/numpy
30
+
31
+
---
32
+
15
33
`mkl_random` is not fixed-seed backward compatible drop-in replacement for `numpy.random`, meaning that it implements sampling from the same distributions as `numpy.random`.
16
34
17
35
For distributions directly supported in Intel (R) Math Kernel Library (MKL), `method` keyword is supported:
0 commit comments