summaryrefslogtreecommitdiff
path: root/doc/api/rand.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/rand.rst')
-rw-r--r--doc/api/rand.rst41
1 files changed, 0 insertions, 41 deletions
diff --git a/doc/api/rand.rst b/doc/api/rand.rst
deleted file mode 100644
index 47460a8..0000000
--- a/doc/api/rand.rst
+++ /dev/null
@@ -1,41 +0,0 @@
-.. _openssl-rand:
-
-:mod:`rand` --- An interface to the OpenSSL pseudo random number generator
-==========================================================================
-
-.. warning::
- Functions from this module shouldn't be used.
- `Use urandom <https://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/>`_ instead.
-
-
-.. py:module:: OpenSSL.rand
- :synopsis: An interface to the OpenSSL pseudo random number generator
-
-
-This module handles the OpenSSL pseudo random number generator (PRNG) and declares the following:
-
-.. autofunction:: add
-
-.. autofunction:: bytes
-
-.. autofunction:: cleanup
-
-.. autofunction:: load_file(filename[, bytes])
-
-.. autofunction:: seed
-
-.. autofunction:: status
-
-.. autofunction:: write_file
-
-
-.. function:: screen
-
- Add the current contents of the screen to the PRNG state.
-
- Availability: Windows.
-
- :return: :obj:`None`
-
-
-.. autoexception:: Error