Skip to content

Commit

Permalink
small doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed May 23, 2024
1 parent e597592 commit ce16a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_.

Expand Down

0 comments on commit ce16a56

Please sign in to comment.