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 c81bba3 commit 9c08ed4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# acorn_prng
A pseudo-random number generator based on the ACORN algorithm.
A pseudo-random number generator library based on the ACORN algorithm.
Not cryptographically secure.

# Using this library
Add the following to the [dependencies] section of your Config.toml:
```
acorn_prng = "1.0.0"
```

# Documentation
Documentation can be found here: https://docs.rs/acorn_prng

# Acknowledgements
The ACORN algirithm is described here: http://acorn.wikramaratna.org/concept.html

0 comments on commit 9c08ed4

Please sign in to comment.