We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff7dfe commit dd6ec25Copy full SHA for dd6ec25
README.md
@@ -10,7 +10,7 @@
10
A Rust library for retrieving random data from (operating) system source. It is
11
assumed that system always provides high-quality cryptographically secure random
12
data, ideally backed by hardware entropy sources. This crate derives its name
13
-from Linux's `getrandom` function, but is cross platform, aiming to support
+from Linux's `getrandom` function, but is cross platform, roughly supporting
14
the same set of platforms as Rust's `std` lib.
15
16
This is a low-level API. Most users should prefer using high-level random-number
0 commit comments