diff --git a/README.rst b/README.rst index dc0f843..7759497 100644 --- a/README.rst +++ b/README.rst @@ -50,8 +50,10 @@ All of these features are on by default but can be disabled with flags. fixture (`docs `__). -* If `numpy `_ is installed, its global random state is - reset at the start of every test. +* If `numpy `_ is installed, its legacy global random state in |numpy.random|__ is reset at the start of every test. + + .. |numpy.random| replace:: ``numpy.random`` + __ https://numpy.org/doc/stable/reference/random/index.html * If additional random generators are used, they can be registered under the ``pytest_randomly.random_seeder``