[package] name = "random-fast-rng" version = "0.1.1" authors = ["Elichai Turkel "] license = "MIT/Apache-2.0" readme = "README.md" description = "Rust library for Blazing fast non cryptographic random number generator" categories = ["algorithms", "no-std", "development-tools::testing"] keywords = ["rand", "random", "random-rs", "rng"] repository = "https://github.com/elichai/random-rs" include = [ "**/*.rs", "Cargo.toml", ] [dependencies] random-trait = { version = "0.1", path = "../random-trait" } doc-comment = { version = "0.3", optional = true } [features] default = ["std"] std = [] [badges] travis-ci = { repository = "elichai/random-rs" }