We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdeaa3 commit 58a4054Copy full SHA for 58a4054
Doc/library/random.rst
@@ -343,8 +343,8 @@ Alternative Generator
343
Notes on Reproducibility
344
------------------------
345
346
-Sometimes it is useful to be able to reproduce the sequences given by a pseudo
347
-random number generator. By re-using a seed value, the same sequence should be
+Sometimes it is useful to be able to reproduce the sequences given by a
+pseudo-random number generator. By re-using a seed value, the same sequence should be
348
reproducible from run to run as long as multiple threads are not running.
349
350
Most of the random module's algorithms and seeding functions are subject to
0 commit comments