rust-random / rand

A Rust library for random number generation.
https://crates.io/crates/rand
Other
1.6k stars 423 forks source link

Revise RNG docs; enable small_rng by default #1455

Closed dhardy closed 1 month ago

dhardy commented 1 month ago

Summary

Continues from #1454, revising doc for the rand crate's RNGs

Closes #1419

Note: rand::rngs module doc deliberately does not mention SeedableRng since each RNG discusses its own construction. Ideally all crates should do this too.