We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93c260 commit 8b36b3eCopy full SHA for 8b36b3e
README.md
@@ -15,10 +15,10 @@
15
[License]: https://img.shields.io/crates/l/getrandom
16
17
18
-A Rust library for retrieving random data from (operating) system source. It is
19
-assumed that system always provides high-quality cryptographically secure random
+A Rust library for retrieving random data from (operating) system sources. It is
+assumed that the system always provides high-quality cryptographically secure random
20
data, ideally backed by hardware entropy sources. This crate derives its name
21
-from Linux's `getrandom` function, but is cross platform, roughly supporting
+from Linux's `getrandom` function, but is cross-platform, roughly supporting
22
the same set of platforms as Rust's `std` lib.
23
24
This is a low-level API. Most users should prefer using high-level random-number
0 commit comments