Skip to content

Commit cecba74

Browse files
authored
Update mklrand.pyx
1 parent 39ec446 commit cecba74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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)