Merge pull request #718 from cuviper/patch-1

Update the description of rand_jitter
diff --git a/rand_jitter/Cargo.toml b/rand_jitter/Cargo.toml
index e04dcc1..52329fd 100644
--- a/rand_jitter/Cargo.toml
+++ b/rand_jitter/Cargo.toml
@@ -6,7 +6,7 @@
 readme = "README.md"
 repository = "https://github.com/rust-random/rand"
 documentation = "https://docs.rs/rand_jitter"
-description = "OS backed Random Number Generator"
+description = "Random number generator based on timing jitter"
 keywords = ["random", "rng", "os"]
 
 [badges]