Skip to content

Commit

Permalink
Revise RNG docs; enable small_rng by default (rust-random#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy authored May 23, 2024
1 parent 6e803de commit c46609f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pdf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#![allow(clippy::float_cmp)]

use average::Histogram;
use rand::Rng;
use rand::{Rng, SeedableRng};
use rand_distr::{Normal, SkewNormal};

const HIST_LEN: usize = 100;
Expand Down

0 comments on commit c46609f

Please # to comment.