File tree 1 file changed +3
-2
lines changed
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'):
30
30
single value is returned.
31
31
source : str {'system', 'fallback'}
32
32
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.
34
34
35
35
Returns
36
36
-------
@@ -40,7 +40,8 @@ def random_entropy(size=None, source='system'):
40
40
Notes
41
41
-----
42
42
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.
44
45
45
46
This function reads from the system entropy pool and so samples are
46
47
not reproducible. In particular, it does *NOT* make use of a
You can’t perform that action at this time.
0 commit comments