Releases: IntelPython/mkl_random
v1.2.2
Added examples/ folder provided an example of parallel Monte-Carlo estimation of a probability of a certain event.
Added support for ARS5 counter-based basic random number generator available in MKL, see
https://software.intel.com/content/www/us/en/develop/documentation/onemkl-vsnotes/top/testing-of-basic-random-number-generators/basic-random-generator-properties-and-testing-results/ars5.html
v1.2.1
v1.2.0
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 usingviRngBinomialto 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