Skip to content

Commit

Permalink
Update rand-dist.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGauge authored Feb 22, 2020
1 parent 788ba03 commit 9cf8902
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 @@ -11,7 +11,7 @@ generator [`rand::Rng`].
The [distributions available are documented here][rand-distributions]. An example using the
[`Normal`] distribution is shown below.

```
```rust,edition2018,ignore
use rand::distributions::{Normal, Distribution};
fn main() {
Expand Down

0 comments on commit 9cf8902

Please sign in to comment.