From 75ec43fe98314104c5ebac893424b42406096ffb Mon Sep 17 00:00:00 2001 From: auronandace <81362994+auronandace@users.noreply.github.com> Date: Thu, 8 Dec 2022 13:41:05 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc43c36..7d267ec 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ A pseudo-random number generator library based on the ACORN algorithm. Not cryptographically secure. -# Using this library +## Using this library Add the following to the [dependencies] section of your Config.toml: ``` acorn_prng = "1.0.0" ``` -# Documentation +## Documentation Documentation can be found here: https://docs.rs/acorn_prng -# Acknowledgements +## Acknowledgements The ACORN algirithm is described here: http://acorn.wikramaratna.org/concept.html