mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
Issue #12049: cleanup the warning in the random module doc
This commit is contained in:
parent
a675206366
commit
c58140c557
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ from sources provided by the operating system.
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
The generators of the :mod:`random` module should not be used for security
|
The generators of the :mod:`random` module should not be used for security
|
||||||
purposes, they are not cryptographic. Use :func:`ssl.RAND_bytes` if you
|
purposes. Use :func:`ssl.RAND_bytes` if you require a cryptographically
|
||||||
require a cryptographically secure pseudorandom number generator.
|
secure pseudorandom number generator.
|
||||||
|
|
||||||
|
|
||||||
Bookkeeping functions:
|
Bookkeeping functions:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue