From 2602f24a68a633c36e368540e251cc42043a6633 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Tue, 30 Jul 2019 19:51:33 -0700 Subject: [PATCH] Revert docs change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd1f2775..cbc1a285 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A Rust library for retrieving random data from (operating) system source. It is assumed that system always provides high-quality cryptographically secure random data, ideally backed by hardware entropy sources. This crate derives its name -from Linux's `getrandom` function, but is cross platform, aiming to support +from Linux's `getrandom` function, but is cross platform, roughly supporting the same set of platforms as Rust's `std` lib. This is a low-level API. Most users should prefer using high-level random-number