[package] name = "eprng" version = "0.1.2" edition = "2021" authors = ["voidentente "] repository = "https://github.com/voidentente/eprng" description = "Extremely Pseudo RNG" license = "MIT" [features] default = ["distribution"] distribution = []