summaryrefslogtreecommitdiff
path: root/doc/source/reference/random
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/random')
-rw-r--r--doc/source/reference/random/c-api.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/reference/random/c-api.rst b/doc/source/reference/random/c-api.rst
index de403ce98..2819c769c 100644
--- a/doc/source/reference/random/c-api.rst
+++ b/doc/source/reference/random/c-api.rst
@@ -8,8 +8,9 @@ C API for random
Access to various distributions below is available via Cython or C-wrapper
libraries like CFFI. All the functions accept a :c:type:`bitgen_t` as their
first argument. To access these from Cython or C, you must link with the
-``npyrandom`` library which is part of the NumPy distribution, located in
-``numpy/random/lib``.
+``npyrandom`` static library which is part of the NumPy distribution, located
+in ``numpy/random/lib``. Note that you must *also* link with ``npymath``,
+see :ref:`linking-npymath`.
.. c:type:: bitgen_t