File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,4 +201,4 @@ generalisation to any positive number of parameters.
201201[`Beta `]: https : // docs.rs/rand_distr/latest/rand_distr/struct.Beta.html
202202[`Dirichlet `]: https : // docs.rs/rand_distr/latest/rand_distr/struct.Dirichlet.html
203203[`statrs `]: https : // github.com/statrs-dev/statrs/
204- [`WeightedIndex `]: https : // docs.rs/rand/latest/rand/distr/struct.WeightedIndex.html
204+ [`WeightedIndex `]: https : // docs.rs/rand/latest/rand/distr/weighted/ struct.WeightedIndex.html
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ immutable distributions, we offer the following:
7171[ `Distribution` ] : https://docs.rs/rand/latest/rand/distr/trait.Distribution.html
7272[ `IteratorRandom` ] : https://docs.rs/rand/latest/rand/seq/trait.IteratorRandom.html
7373[ `SliceRandom` ] : https://docs.rs/rand/latest/rand/seq/trait.SliceRandom.html
74- [ `WeightedIndex` ] : https://docs.rs/rand /latest/rand/distr /struct.WeightedIndex.html
75- [ `WeightedAliasIndex` ] : https://docs.rs/rand_distr/latest/rand_distr/weighted_alias /struct.WeightedAliasIndex.html
74+ [ `WeightedIndex` ] : https://docs.rs/rand_distr /latest/rand_distr/weighted /struct.WeightedIndex.html
75+ [ `WeightedAliasIndex` ] : https://docs.rs/rand_distr/latest/rand_distr/weighted /struct.WeightedAliasIndex.html
7676[ `SliceRandom::choose` ] : https://docs.rs/rand/latest/rand/seq/trait.SliceRandom.html#tymethod.choose
7777[ `SliceRandom::choose_mut` ] : https://docs.rs/rand/latest/rand/seq/trait.SliceRandom.html#tymethod.choose_mut
7878[ `SliceRandom::choose_multiple` ] : https://docs.rs/rand/latest/rand/seq/trait.SliceRandom.html#tymethod.choose_multiple
You can’t perform that action at this time.
0 commit comments