rand-functors 0.7.0

A zero-cost abstraction for sampling from and enumerating the outcomes of a random process using the same code.
Documentation
[dependencies.num-traits]
default-features = false
version = "0.2.18"

[dependencies.rand]
default-features = false
version = "0.8.5"
[dev-dependencies.ahash]
version = "0.8.11"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.rand_chacha]
version = "0.3.1"

[features]
alloc = ["rand/alloc"]
default = ["std"]
std = ["alloc", "rand/std"]

[package]
authors = ["Alex Steele"]
categories = ["algorithms", "no-std", "no-std::no-alloc", "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.75.0"
version = "0.7.0"