Skip to content

Commit 695b9fc

Browse files
DOC: implement ngoldbaum's suggestions
[skip ci] Co-authored-by: Nathan Goldbaum <[email protected]>
1 parent d337663 commit 695b9fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/reference/random/parallel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ them are identical is about :math:`2^{-88}`, which is in solidly-ignorable
9898
territory ([2]_).
9999

100100
Note that while `~SeedSequence` attempts to solve many of the issues related to
101-
user-provided small seeds, we still recommend using ``secrets.randbits(128)`` seeds
102-
for community practice reasons.
101+
user-provided small seeds, we still recommend using :py:func:`secrets.randbits` to generate
102+
seeds with 128 bits of entropy to avoid the remaining biases introduced by human-chosen seeds.
103103

104104
.. [1] The algorithm is carefully designed to eliminate a number of possible
105105
ways to collide. For example, if one only does one level of spawning, it

0 commit comments

Comments
 (0)