This commit is contained in:
Lorenzo (Mec-iS)
2022-11-08 11:48:14 +00:00
parent 8e6e5f9e68
commit 2fa454ea94
+2 -2
View File
@@ -1,7 +1,7 @@
#[cfg(not(feature = "std"))]
pub(crate) use rand::rngs::SmallRng as RngImpl;
#[cfg(not(feature = "std"))]
use getrandom;
#[cfg(not(feature = "std"))]
pub(crate) use rand::rngs::SmallRng as RngImpl;
#[cfg(feature = "std")]
pub(crate) use rand::rngs::StdRng as RngImpl;
use rand::SeedableRng;