| |
@@ -80,7 +80,8 @@
|
| |
* `java.security.SecureRandom` in Java
|
| |
(usable for high data rates)
|
| |
|
| |
- * `os.urandom` in Python
|
| |
+ * The `secrets` module in Python. Older versions of Python
|
| |
+ (pre 3.6) can use `os.urandom`
|
| |
|
| |
* The `getrandom` system call since glibc 2.25
|
| |
|
| |
Signed-off-by: Nick Tait ntait@redhat.com