Skip to content

Commit

Permalink
Merge pull request #29 from IntelPython/xaleryb/cr
Browse files Browse the repository at this point in the history
Update README.md for links correction
  • Loading branch information
xaleryb authored Jun 19, 2023
2 parents d1dd3ba + 3897ecc commit f0760f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ Additionally, `mkl_random` exposes different basic random number generation algo

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

See MKL reference guide for more details:
https://software.intel.com/en-us/mkl-developer-reference-c-random-number-generators

The list of supported by `mkl_random.RandomState` constructor `brng` keywords is as follows:

* 'MT19937'
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.2.2" %}
{% set buildnumber = 0 %}
{% set buildnumber = 1 %}

package:
name: mkl_random
Expand Down
8 changes: 4 additions & 4 deletions mkl_random/mklrand.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ cdef class RandomState:
References
-----
MKL Documentation: https://software.intel.com/en-us/intel-mkl/documentation
MKL Documentation: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
"""
cdef irk_state *internal_state
Expand Down Expand Up @@ -1044,7 +1044,7 @@ cdef class RandomState:
References
--------
MKL Documentation: https://software.intel.com/en-us/intel-mkl/documentation
MKL Documentation: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
"""
cdef irk_error errcode
Expand Down Expand Up @@ -1107,7 +1107,7 @@ cdef class RandomState:
References
-----
MKL Documentation: https://software.intel.com/en-us/intel-mkl/documentation
MKL Documentation: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
"""
cdef int state_buffer_size
Expand Down Expand Up @@ -1164,7 +1164,7 @@ cdef class RandomState:
References
----------
MKL Documentation: https://software.intel.com/en-us/intel-mkl/documentation
MKL Documentation: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
"""
cdef char *bytes_ptr
Expand Down

0 comments on commit f0760f7

Please sign in to comment.