mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Doc: Fix s/pseudo random/pseudo-random/ (GH-18289)
This commit is contained in:
parent
bfdeaa37b3
commit
58a4054760
1 changed files with 2 additions and 2 deletions
|
|
@ -343,8 +343,8 @@ Alternative Generator
|
||||||
Notes on Reproducibility
|
Notes on Reproducibility
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
Sometimes it is useful to be able to reproduce the sequences given by a pseudo
|
Sometimes it is useful to be able to reproduce the sequences given by a
|
||||||
random number generator. By re-using a seed value, the same sequence should be
|
pseudo-random number generator. By re-using a seed value, the same sequence should be
|
||||||
reproducible from run to run as long as multiple threads are not running.
|
reproducible from run to run as long as multiple threads are not running.
|
||||||
|
|
||||||
Most of the random module's algorithms and seeding functions are subject to
|
Most of the random module's algorithms and seeding functions are subject to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue