Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a77286 + eb7a97c commit 0fa23e4Copy full SHA for 0fa23e4
1 file changed
Doc/library/ssl.rst
@@ -292,6 +292,8 @@ Random generation
292
can be used to check the status of the PRNG and :func:`RAND_add` can be used
293
to seed the PRNG.
294
295
+ For almost all applications :func:`os.urandom` is preferable.
296
+
297
Read the Wikipedia article, `Cryptographically secure pseudorandom number
298
generator (CSPRNG)
299
<http://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator>`_,
@@ -311,6 +313,8 @@ Random generation
311
313
for non-cryptographic purposes and for certain purposes in cryptographic
312
314
protocols, but usually not for key generation etc.
315
316
317
318
.. versionadded:: 3.3
319
320
.. function:: RAND_status()
0 commit comments