We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4efa8 commit dac3bd1Copy full SHA for dac3bd1
src/algorithms/randomness/rand-dist.md
@@ -4,7 +4,7 @@
4
5
By default, random numbers in the `rand` crate have
6
[uniform distribution]. The [`rand_distr`] crate provides
7
-other kinds of distrubutions. To use them, you instantiate
+other kinds of distributions. To use them, you instantiate
8
a distribution, then sample from that distribution using
9
[`Distribution::sample`] with help of a random-number
10
generator [`rand::Rng`].
0 commit comments