Skip to content

A pseudo-random number generator based on the ACORN algorithm.

License

Notifications You must be signed in to change notification settings

auronandace/acorn_prng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acorn_prng

A no_std, 0 dependency, 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 = "3.0.1"

Documentation

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

Acknowledgements

The ACORN algorithm is described here: http://acorn.wikramaratna.org/concept.html

About

A pseudo-random number generator based on the ACORN algorithm.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages