File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
src/algorithms/randomness Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -259,9 +259,9 @@ after the code sample.
259259> The [ distributions available are documented here] [ rand-distributions ] .
260260
261261[ uniform distribution ] : https://en.wikipedia.org/wiki/Uniform_distribution_(continuous)
262- [ `Distribution::sample` ] : https://docs.rs/rand/* /rand/distributions /trait.Distribution.html#tymethod.sample
263- [ `rand::Rng` ] : https://docs.rs/rand/* /rand/trait.Rng.html
264- [ rand-distributions ] : https://docs.rs/rand/* /rand/distributions /index.html
262+ [ `Distribution::sample` ] : https://docs.rs/rand/0.9 /rand/distr /trait.Distribution.html#tymethod.sample
263+ [ `rand::Rng` ] : https://docs.rs/rand/0.9 /rand/trait.Rng.html
264+ [ rand-distributions ] : https://docs.rs/rand/0.9 /rand/distr /index.html
265265
266266#### Code
267267
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ fn main() {
2727}
2828```
2929
30- [ `gen_range` ] : https://docs.rs/rand/* /rand/trait.Rng.html#method.gen_range
30+ [ `gen_range` ] : https://docs.rs/rand/0.9 /rand/trait.Rng.html#method.gen_range
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ fn main() {
3232}
3333```
3434
35- [ Distribution ] : https://docs.rs/rand/* /rand/distributions /trait.Distribution.html
36- [ Standard ] : https://docs.rs/rand/* /rand/distributions /struct.Standard.html
35+ [ Distribution ] : https://docs.rs/rand/0.9 /rand/distr /trait.Distribution.html
36+ [ Standard ] : https://docs.rs/rand/0.9 /rand/distr /struct.Standard.html
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ fn main() {
3030}
3131```
3232
33- [ `Distribution::sample` ] : https://docs.rs/rand/* /rand/distributions /trait.Distribution.html#tymethod.sample
33+ [ `Distribution::sample` ] : https://docs.rs/rand/0.9 /rand/distr /trait.Distribution.html#tymethod.sample
3434[ `Normal` ] : https://docs.rs/rand_distr/*/rand_distr/struct.Normal.html
35- [ `rand::Rng` ] : https://docs.rs/rand/* /rand/trait.Rng.html
35+ [ `rand::Rng` ] : https://docs.rs/rand/0.9 /rand/trait.Rng.html
3636[ `rand_distr` ] : https://docs.rs/rand_distr/*/rand_distr/index.html
3737[ rand-distributions ] : https://docs.rs/rand_distr/*/rand_distr/index.html
3838
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ fn main() {
2626}
2727```
2828
29- [ `Alphanumeric` ] : https://docs.rs/rand/* /rand/distributions /struct.Alphanumeric.html
29+ [ `Alphanumeric` ] : https://docs.rs/rand/0.9 /rand/distr /struct.Alphanumeric.html
3030
3131
3232
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ fn main() {
1818}
1919```
2020
21- [ `rand::Rng` ] : https://docs.rs/rand/* /rand/trait.Rng.html
22- [ `rand::rng` ] : https://docs.rs/rand/* /rand/fn.rng.html
21+ [ `rand::Rng` ] : https://docs.rs/rand/0.9 /rand/trait.Rng.html
22+ [ `rand::rng` ] : https://docs.rs/rand/0.9 /rand/fn.rng.html
You can’t perform that action at this time.
0 commit comments