Skip to content

Commit

Permalink
Doc: Fix s/pseudo random/pseudo-random/ (GH-18289)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard authored Jan 31, 2020
1 parent bfdeaa3 commit 58a4054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/random.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ Alternative Generator
Notes on Reproducibility
------------------------

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
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
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
Expand Down

0 comments on commit 58a4054

Please sign in to comment.