Expand description

Utilities for random number generation.

This module re-exports the rand crate, except for the random number generators.

Re-exports

pub use rand::distributions;
pub use rand::seq;
pub use rand::CryptoRng;
pub use rand::Error;
pub use rand::Fill;
pub use rand::Rng;
pub use rand::RngCore;
pub use rand::SeedableRng;

Modules

Convenience re-export of common members

Structs

GlobalRngmadsim

Global deterministic random number generator.

Functions

Generates a random value using the global random number generator.

Retrieve the deterministic random number generator from the current madsim context.