summaryrefslogtreecommitdiff
path: root/doc/source/reference/random/c-api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/random/c-api.rst')
-rw-r--r--doc/source/reference/random/c-api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/random/c-api.rst b/doc/source/reference/random/c-api.rst
index 7c7996115..15a8947eb 100644
--- a/doc/source/reference/random/c-api.rst
+++ b/doc/source/reference/random/c-api.rst
@@ -3,7 +3,7 @@ C API for random
.. currentmodule:: numpy.random
-Access to various distributions below is available via Cython or C-wrapper
+Since version ``1.19.0``, 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