File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 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:
1616
1717With broad support for random value generation and random processes:
1818
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
2121 and [ more] ( https://docs.rs/rand/latest/rand/distr/index.html )
2222- Samplers for a large number of non-uniform random number distributions via our own
2323 [ ` rand_distr ` ] ( https://docs.rs/rand_distr ) and via
You can’t perform that action at this time.
0 commit comments