File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
//! |------------------|---------------------------------------------------------
15
15
//! | Linux, Android | [`getrandom`][1] system call if available, otherwise [`/dev/urandom`][2] after reading from `/dev/random` once
16
16
//! | Windows | [`RtlGenRandom`][3]
17
- //! | macOS | [`getentropy()`][19] if available, otherise [`/dev/random`][20] (identical to `/dev/urandom`)
17
+ //! | macOS | [`getentropy()`][19] if available, otherwise [`/dev/random`][20] (identical to `/dev/urandom`)
18
18
//! | iOS | [`SecRandomCopyBytes`][4]
19
- //! | FreeBSD | [`getrandom()`][21] if available, otherise [`kern.arandom`][5]
19
+ //! | FreeBSD | [`getrandom()`][21] if available, otherwise [`kern.arandom`][5]
20
20
//! | OpenBSD | [`getentropy`][6]
21
21
//! | NetBSD | [`/dev/urandom`][7] after reading from `/dev/random` once
22
22
//! | Dragonfly BSD | [`/dev/random`][8]
You can’t perform that action at this time.
0 commit comments