We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc9210 commit 8e84bf9Copy full SHA for 8e84bf9
docs/source/reference/interfaces.rst
@@ -16,6 +16,8 @@ NumPy interface --- :mod:`mkl_random.interfaces.numpy_random`
16
:mod:`mkl_random.interfaces.numpy_random` is a drop-in replacement for the legacy portion of
17
`numpy.random <https://numpy.org/doc/stable/reference/random/legacy.html>`_.
18
19
+.. currentmodule:: mkl_random.interfaces.numpy_random
20
+
21
.. note::
22
While the API is the same, :mod:`mkl_random.interfaces.numpy_random` is **not** seed-compatible
23
with `numpy.random <https://numpy.org/doc/stable/reference/random/legacy.html>`_. Given the same seed, the two modules
0 commit comments