cap-rand 3.0.0

Capability-based random number generators
Documentation
<div align="center">
  <h1><code>cap-rand</code></h1>

  <p>
    <strong>Capability-based random number generators</strong>
  </p>

  <p>
    <a href="https://github.com/bytecodealliance/cap-std/actions?query=workflow%3ACI"><img src="https://github.com/bytecodealliance/cap-std/workflows/CI/badge.svg" alt="Github Actions CI Status" /></a>
    <a href="https://crates.io/crates/cap-rand"><img src="https://img.shields.io/crates/v/cap-rand.svg" alt="crates.io page" /></a>
    <a href="https://docs.rs/cap-rand"><img src="https://docs.rs/cap-rand/badge.svg" alt="docs.rs docs" /></a>
  </p>
</div>

The `cap-rand` crate provides a capability-based interface to random number
generators via the [`rand`] crate.

[`rand`]: https://crates.io/crates/rand