AIX use /dev/urandom for impl · qinheping/verify-rust-std@5c416b4 (original) (raw)

Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ use crate::sys::random as sys;
38 38 /// Vita | `arc4random_buf`
39 39 /// Hermit | `read_entropy`
40 40 /// Horizon | `getrandom` shim
41 -/// Hurd, L4Re, QNX | `/dev/urandom`
41 +/// AIX, Hurd, L4Re, QNX | `/dev/urandom`
42 42 /// Redox | `/scheme/rand`
43 43 /// RTEMS | [`arc4random_buf`](https://docs.rtems.org/branches/master/bsp-howto/getentropy.html)
44 44 /// SGX | [`rdrand`](https://en.wikipedia.org/wiki/RDRAND)