This commit is contained in:
Vinzent Steinberg 2020-06-07 04:18:22 +02:00 committed by GitHub
parent dd4efa8dcd
commit dac3bd15ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
By default, random numbers in the `rand` crate have
[uniform distribution]. The [`rand_distr`] crate provides
other kinds of distrubutions. To use them, you instantiate
other kinds of distributions. To use them, you instantiate
a distribution, then sample from that distribution using
[`Distribution::sample`] with help of a random-number
generator [`rand::Rng`].