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