cap-rand 0.19.1

Capability-based random number generators
Documentation
[package]
name = "cap-rand"
version = "0.19.1"
description = "Capability-based random number generators"
authors = [
    "Dan Gohman <dev@sunfishcode.online>",
    "Jakub Konka <kubkon@jakubkonka.com>",
]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
keywords = ["random", "rng"]
categories = ["algorithms"]
repository = "https://github.com/bytecodealliance/cap-std"
edition = "2018"

[dependencies]
ambient-authority = "0.0.1"
rand = "0.8.1"

[features]
default = []
small_rng = ["rand/small_rng"]

[badges]
maintenance = { status = "actively-developed" }