[dependencies.ambient-authority]
version = "0.0.2"
[dependencies.rand]
version = "0.8.1"
[features]
default = []
small_rng = ["rand/small_rng"]
[lib]
name = "cap_rand"
path = "src/lib.rs"
[package]
authors = ["Dan Gohman <dev@sunfishcode.online>", "Jakub Konka <kubkon@jakubkonka.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms"]
description = "Capability-based random number generators"
edition = "2021"
keywords = ["random", "rng"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "cap-rand"
readme = "README.md"
repository = "https://github.com/bytecodealliance/cap-std"
version = "3.4.1"