diff options
| author | Ralf Gommers <ralf.gommers@gmail.com> | 2022-11-06 11:22:25 +0100 |
|---|---|---|
| committer | Ralf Gommers <ralf.gommers@gmail.com> | 2022-11-06 11:36:52 +0100 |
| commit | ec37b2bb2be9b71e5eab279902c32d25ca535cff (patch) | |
| tree | 847b8c63b1c028b5785ff30b9d8e3b5e75593ccf /doc/source/reference/random | |
| parent | 2081f2997b3ff192604415587761ce1806dc20a8 (diff) | |
| download | numpy-ec37b2bb2be9b71e5eab279902c32d25ca535cff.tar.gz | |
DOC: update libnpymath docs on its status and how to consume it
[skip azp] [skip actions]
Closes gh-21431
Diffstat (limited to 'doc/source/reference/random')
| -rw-r--r-- | doc/source/reference/random/c-api.rst | 5 |
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 |
