From 69530cf09c571023ff523034ef435386a907ca01 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Mon, 18 Jul 2022 00:07:10 +0100 Subject: [PATCH] Update doc/release/upcoming_changes/21976.new_feature.rst Co-authored-by: Matti Picus --- doc/release/upcoming_changes/21976.new_feature.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/release/upcoming_changes/21976.new_feature.rst b/doc/release/upcoming_changes/21976.new_feature.rst index d0960fd94553..387f093dd2e2 100644 --- a/doc/release/upcoming_changes/21976.new_feature.rst +++ b/doc/release/upcoming_changes/21976.new_feature.rst @@ -1,7 +1,8 @@ The bit generator underlying the singleton RandomState can be changed --------------------------------------------------------------------- The singleton ``RandomState`` instance exposed in the ``numpy.random`` module -is initialized at startup with the ``MT19937` bit generator. The function new ``set_bit_generator`` allows the default bit generator to be +is initialized at startup with the ``MT19937` bit generator. The new +function ``set_bit_generator`` allows the default bit generator to be replaced with a user-provided bit generator. This function has been introduced to provide a method allowing seamless integration of a high-quality, modern bit generator in new code with existing code that makes use of the