diff options
-rw-r--r-- | Doc/library/random.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/random.rst b/Doc/library/random.rst index 11dd367..ff9d2ae 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -43,12 +43,6 @@ 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. Use :func:`os.urandom` or :class:`SystemRandom` if - you require a cryptographically secure pseudo-random number generator. - Bookkeeping functions: |