std::random - Rust (original) (raw)

std

Module random

Source

🔬This is a nightly-only experimental API. (random #130703)

Expand description

Random value generation.

Structs§

DefaultRandomSourceExperimental

The default random source.

Traits§

DistributionExperimental

A trait representing a distribution of random values for a type.

RandomSourceExperimental

A source of randomness.

Functions§

randomExperimental

Generates a random value from a distribution, using the default random source.