Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
auronandace authored Dec 8, 2022
1 parent 9c08ed4 commit 75ec43f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 75ec43f

Please sign in to comment.