File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def random_entropy(size=None, source='system'):
3030 single value is returned.
3131 source : str {'system', 'fallback'}
3232 Source of entropy. 'system' uses system cryptographic pool.
33- 'fallback' uses a has to the time and process id.
33+ 'fallback' uses a hash of the time and process id.
3434
3535 Returns
3636 -------
@@ -40,7 +40,8 @@ def random_entropy(size=None, source='system'):
4040 Notes
4141 -----
4242 On Unix-like machines, reads from ``/dev/urandom``. On Windows machines
43- reads from the RSA Full cryptographic service provider.
43+ reads from the RSA algorithm provided by the cryptographic service
44+ provider.
4445
4546 This function reads from the system entropy pool and so samples are
4647 not reproducible. In particular, it does *NOT* make use of a
You can’t perform that action at this time.
0 commit comments