WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: IntelPython/mkl_random

v1.2.2

24 May 16:40

Choose a tag to compare

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

10 Feb 17:27

Choose a tag to compare

This is a bug fix release, including #17 and #18.

v1.2.0

14 Sep 19:32

Choose a tag to compare

The default brng keyword setting of RandomState.seed changed from MT19937 to None, meaning reuse the brng specified to the constructor, per #10

v1.1.1

16 Apr 21:22

Choose a tag to compare

Minor bug-fix release.

Updated initialization script allowing import mkl_random to execute without errors with NumPy 1.18

v1.1.0

05 Sep 22:14

Choose a tag to compare

  1. Added support (#9), for non-deterministic basic random number generator, based on RDRAND hardware instruction.

  2. Sampling from multinomial distribution now uses MKL's own viRngMultinomial, rather than using viRngBinomial to sample from the condition tower.

v1.0.4

27 Apr 21:35

Choose a tag to compare

Fixed build in Azure, by adding an include of "Python.h" in randomkit.h

No other functional changes.

v1.0.3

27 Apr 20:33

Choose a tag to compare

Fixed build break due to missing include of "Python.h", upgraded conda recipe to conda-build 3

v1.0.2

02 Nov 15:03

Choose a tag to compare

Maintenance release, including fixes for issue #3, #4.