By popular demand, add back a security warning.

This commit is contained in:
Raymond Hettinger 2014-05-11 02:26:23 -07:00
parent 277842eff1
commit c89a451ae1

View file

@ -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: