File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Rand is a set of crates supporting (pseudo-)random generators:
16
16
17
17
With broad support for random value generation and random processes:
18
18
19
- - [ ` StandardUniform ` ] ( https://docs.rs/rand/latest/rand/distributions /struct.StandardUniform.html ) random value sampling,
20
- [ ` Uniform ` ] ( https://docs.rs/rand/latest/rand/distributions /struct.Uniform.html ) -ranged value sampling
19
+ - [ ` StandardUniform ` ] ( https://docs.rs/rand/latest/rand/distr /struct.StandardUniform.html ) random value sampling,
20
+ [ ` Uniform ` ] ( https://docs.rs/rand/latest/rand/distr /struct.Uniform.html ) -ranged value sampling
21
21
and [ more] ( https://docs.rs/rand/latest/rand/distr/index.html )
22
22
- Samplers for a large number of non-uniform random number distributions via our own
23
23
[ ` rand_distr ` ] ( https://docs.rs/rand_distr ) and via
You can’t perform that action at this time.
0 commit comments