From ce16a5634291aca7de357714178cf92f24dcf6a3 Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Thu, 23 May 2024 11:23:25 +0200 Subject: [PATCH] small doc tweak --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index df6a5c2..e4edc0a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,7 +31,7 @@ SeedBank will seed all of the following generators that are available: - cupy (with :py:func:`cupy.random.seed`, also exposing :py:func:`seedbank.cupy_rng`) In addition, it will initialize a root seed for constructing new-style NumPy -:py:func:`numpy.random.Generator` instances. +:py:class:`numpy.random.Generator` instances (:py:func:`numpy_rng`). If SeedBank doesn't support your RNG yet, please submit a `pull request`_.