[package] name = "picorand" version = "0.1.2" authors = ["inspier "] edition = "2021" documentation = "https://docs.rs/picorand" repository = "https://github.com/inspier/picorand" description = "A zero-dependency, no_std-compatible, easily extendable library intended for fast random number generation using the WyRand PRNG with a pico-sized footprint." license = "MIT" keywords = ["rand", "random", "no-std"] categories = ["algorithms", "no-std"] readme = "README.md" [dev-dependencies] paste = "1.0.11"