[package] name = "ransu" version = "0.0.1" edition = "2021" description = "TGFSR is a random number generator based on the TGFSR algorithm." homepage = "https://github.com/mavis-x/ransu" repository = "https://github.com/mavis-x/ransu" license = "MIT" [lib] name = "ransu" path = "src/lib.rs" [dependencies]