We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db993ec commit a6e217fCopy full SHA for a6e217f
README.md
@@ -21,7 +21,7 @@ With broad support for random value generation and random processes:
21
and [more](https://docs.rs/rand/latest/rand/distr/index.html)
22
- Samplers for a large number of non-uniform random number distributions via our own
23
[`rand_distr`](https://docs.rs/rand_distr) and via
24
- the [`statrs`](https://docs.rs/statrs/0.13.0/statrs/)
+ the [`statrs`](https://docs.rs/statrs)
25
- Random processes (mostly choose and shuffle) via [`rand::seq`](https://docs.rs/rand/latest/rand/seq/index.html) traits
26
27
All with:
0 commit comments