Skip to content

Commit f0760f7

Browse files
authored
Merge pull request #29 from IntelPython/xaleryb/cr
Update README.md for links correction
2 parents d1dd3ba + 3897ecc commit f0760f7

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ Additionally, `mkl_random` exposes different basic random number generation algo
4646

4747
For generator families, such that `MT2203` and Wichmann-Hill, a particular member of the family can be chosen by specifying ``brng=('WH', 3)``, etc.
4848

49-
See MKL reference guide for more details:
50-
https://software.intel.com/en-us/mkl-developer-reference-c-random-number-generators
51-
5249
The list of supported by `mkl_random.RandomState` constructor `brng` keywords is as follows:
5350

5451
* 'MT19937'

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set version = "1.2.2" %}
2-
{% set buildnumber = 0 %}
2+
{% set buildnumber = 1 %}
33

44
package:
55
name: mkl_random

mkl_random/mklrand.pyx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ cdef class RandomState:
997997
998998
References
999999
-----
1000-
MKL Documentation: https://software.intel.com/en-us/intel-mkl/documentation
1000+
MKL Documentation: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
10011001
10021002
"""
10031003
cdef irk_state *internal_state
@@ -1044,7 +1044,7 @@ cdef class RandomState:
10441044
10451045
References
10461046
--------
1047-
MKL Documentation: https://software.intel.com/en-us/intel-mkl/documentation
1047+
MKL Documentation: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
10481048
10491049
"""
10501050
cdef irk_error errcode
@@ -1107,7 +1107,7 @@ cdef class RandomState:
11071107
11081108
References
11091109
-----
1110-
MKL Documentation: https://software.intel.com/en-us/intel-mkl/documentation
1110+
MKL Documentation: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
11111111
11121112
"""
11131113
cdef int state_buffer_size
@@ -1164,7 +1164,7 @@ cdef class RandomState:
11641164
11651165
References
11661166
----------
1167-
MKL Documentation: https://software.intel.com/en-us/intel-mkl/documentation
1167+
MKL Documentation: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
11681168
11691169
"""
11701170
cdef char *bytes_ptr

0 commit comments

Comments
 (0)