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 5d07c2d commit e9c799cCopy full SHA for e9c799c
src/rngs/std.rs
@@ -66,7 +66,7 @@ use chacha20::ChaCha12Rng as Rng;
66
/// [CSPRNG]: https://rust-random.github.io/book/guide-gen.html#cryptographically-secure-pseudo-random-number-generator
67
/// [rand_chacha]: https://crates.io/crates/rand_chacha
68
/// [rand issue]: https://github.com/rust-random/rand/issues/932
69
-#[derive(Clone, Debug, PartialEq, Eq)]
+#[derive(Debug, PartialEq, Eq)]
70
pub struct StdRng(Rng);
71
72
impl RngCore for StdRng {
0 commit comments