rust-random / rand

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

Revise crate doc for rand_pcg, rand_chacha #1454

Closed dhardy closed 1 month ago

dhardy commented 1 month ago

Closes #1347.

Examples involding rand are avoided, partly for brevity and partly because we can't test them (dev-dependencies on rand work for testing, but cause issues with releases).

I'm also looking at revising the rand::rngs module doc, but I'll post a new PR.