Searched refs:Deterministic (Results 1 – 11 of 11) sorted by relevance
4 pub struct Deterministic { struct8 impl Deterministic { argument10 Deterministic { in new()16 impl RngCore for Deterministic { implementation45 let mut det = Deterministic::new(vec![1, 2, 3, 4]); in deterministic()
90 pub struct Deterministic { struct94 impl Deterministic { impl96 Deterministic { in new()102 impl RngCore for Deterministic { implementation131 let mut det = Deterministic::new(vec![1, 2, 3, 4]); in deterministic()
57 pub use self::random::{Deterministic, thread_rng};
1 # Deterministic Wasm Execution8 ## Make Sure All Imports are Deterministic31 ## Make the Relaxed SIMD Proposal Deterministic47 ## Handling Non-Deterministic Memory and Table Growth76 ## Use Deterministic Interruption, If Any
25 ### Deterministic Fuel45 ### Non-Deterministic Epochs
41 - [Deterministic Execution](./examples-deterministic-wasm-execution.md)
70 /// This function must always return fresh data. Deterministic environments
85 /// This function must always return fresh data. Deterministic environments