[package] name = "rand_romu" version = "0.1.0" authors = ["coco "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html description = "An implementation of RomuDuoJr fast prng" # These URLs point to more information about the repository #documentation = "..." repository = "https://github.com/eqv/rand_romu" #homepage = "..." keywords = ["rand","romu"] license-file = "LICENSE" [dependencies] rand="0.7.3" rand_core="0.5.1" rand_pcg="0.2.1"