Skip to content

Commit

Permalink
Update doc/release/upcoming_changes/21976.new_feature.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Matti Picus <matti.picus@gmail.com>
  • Loading branch information
bashtage and mattip committed Aug 11, 2022
1 parent 962535f commit 69530cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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
Expand Down

0 comments on commit 69530cf

Please sign in to comment.