Releases: IntelPython/mkl_random
Releases · IntelPython/mkl_random
v1.1.1
Minor bug-fix release.
Updated initialization script allowing import mkl_random
to execute without errors with NumPy 1.18
v1.1.0
-
Added support (#9), for non-deterministic basic random number generator, based on RDRAND hardware instruction.
-
Sampling from multinomial distribution now uses MKL's own
viRngMultinomial
, rather than usingviRngBinomial
to sample from the condition tower.
v1.0.4
Fixed build in Azure, by adding an include of "Python.h" in randomkit.h
No other functional changes.
v1.0.3
Fixed build break due to missing include of "Python.h", upgraded conda recipe to conda-build 3