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 2fa454e commit c1af60cCopy full SHA for c1af60c
src/rand_custom.rs
@@ -1,6 +1,4 @@
1
#[cfg(not(feature = "std"))]
2
-use getrandom;
3
-#[cfg(not(feature = "std"))]
4
pub(crate) use rand::rngs::SmallRng as RngImpl;
5
#[cfg(feature = "std")]
6
pub(crate) use rand::rngs::StdRng as RngImpl;
0 commit comments