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 8f64d1c commit 7cb231bCopy full SHA for 7cb231b
src/machine/system_calls.rs
@@ -9236,15 +9236,15 @@ impl Machine {
9236
}
9237
9238
9239
-fn rng() -> &'static dyn SecureRandom {
9240
- use std::ops::Deref;
9241
-
9242
- lazy_static! {
9243
- static ref RANDOM: SystemRandom = SystemRandom::new();
9244
- }
9245
9246
- RANDOM.deref()
9247
-}
+//fn rng() -> &'static dyn SecureRandom {
+// use std::ops::Deref;
+//
+// lazy_static! {
+// static ref RANDOM: SystemRandom = SystemRandom::new();
+// }
+// RANDOM.deref()
+//}
9248
9249
struct MyKey<T: core::fmt::Debug + PartialEq>(T);
9250
0 commit comments