File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414//! |------------------|---------------------------------------------------------
1515//! | Linux, Android | [`getrandom`][1] system call if available, otherwise [`/dev/urandom`][2] after reading from `/dev/random` once
1616//! | 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`)
1818//! | iOS | [`SecRandomCopyBytes`][4]
19- //! | FreeBSD | [`getrandom()`][21] if available, otherise [`kern.arandom`][5]
19+ //! | FreeBSD | [`getrandom()`][21] if available, otherwise [`kern.arandom`][5]
2020//! | OpenBSD | [`getentropy`][6]
2121//! | NetBSD | [`/dev/urandom`][7] after reading from `/dev/random` once
2222//! | Dragonfly BSD | [`/dev/random`][8]
You can’t perform that action at this time.
0 commit comments