We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c6607 commit 0ac2ff1Copy full SHA for 0ac2ff1
chacha20/tests/rng.rs
@@ -3,8 +3,8 @@
3
#![cfg(feature = "rand_core")]
4
5
use proptest::prelude::*;
6
-use rand_core::{RngCore, SeedableRng};
7
use rand_chacha::rand_core::{RngCore as OldRngCore, SeedableRng as OldSeedableRng};
+use rand_core::{RngCore, SeedableRng};
8
9
// Number of reads to perform from the RNG in equivalence tests
10
const NREADS: usize = 16;
0 commit comments