Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vks authored Jun 7, 2020
1 parent dd4efa8 commit dac3bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/randomness/rand-dist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`].
Expand Down

0 comments on commit dac3bd1

Please sign in to comment.