[package] name = "rand_lcg" version = "0.1.0" authors = ["Malcolm Ramsay "] license = "MIT" readme = "README.md" edition = "2018" repository = "https://github.com/malramsay64/rand_lcg" description = "An implementation of the LCG family of PRNGs for educational purposes." [dependencies] rand_core = "0.5"