mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
By popular demand, add back a security warning.
This commit is contained in:
parent
277842eff1
commit
c89a451ae1
1 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,11 @@ The :mod:`random` module also provides the :class:`SystemRandom` class which
|
|||
uses the system function :func:`os.urandom` to generate random numbers
|
||||
from sources provided by the operating system.
|
||||
|
||||
.. warning::
|
||||
|
||||
The pseudo-random generators of this module should not be used for
|
||||
security purposes.
|
||||
|
||||
|
||||
Bookkeeping functions:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue