[dependencies.rand]
version = "0.8.5"
[dev-dependencies.ahash]
version = "0.8.11"
[dev-dependencies.rand_chacha]
version = "0.3.1"
[package]
authors = ["Alex Steele"]
categories = ["algorithms", "science"]
description = "A zero-cost abstraction for sampling from and enumerating the outcomes of a random process using the same code.\n"
edition = "2021"
homepage = "https://github.com/ADSteele916/rand-functors"
include = ["src/", "LICENSE-*", "README.md"]
keywords = ["random", "rng"]
license = "MIT OR Apache-2.0"
name = "rand-functors"
readme = "README.md"
repository = "https://github.com/ADSteele916/rand-functors"
rust-version = "1.76.0"
version = "0.3.0"