Home
last modified time | relevance | path

Searched refs:Deterministic (Results 1 – 11 of 11) sorted by relevance

/wasmtime-44.0.1/crates/wasi-common/src/
H A Drandom.rs4 pub struct Deterministic { struct
8 impl Deterministic { implementation
10 Deterministic { in new()
16 impl RngCore for Deterministic { implementation
45 let mut det = Deterministic::new(vec![1, 2, 3, 4]); in deterministic()
/wasmtime-44.0.1/crates/wasi/src/
H A Drandom.rs90 pub struct Deterministic { struct
94 impl Deterministic { impl
96 Deterministic { in new()
102 impl RngCore for Deterministic { implementation
131 let mut det = Deterministic::new(vec![1, 2, 3, 4]); in deterministic()
H A Dlib.rs57 pub use self::random::{Deterministic, thread_rng};
/wasmtime-44.0.1/docs/
H A Dexamples-deterministic-wasm-execution.md1 # Deterministic Wasm Execution
8 ## Make Sure All Imports are Deterministic
31 ## Make the Relaxed SIMD Proposal Deterministic
47 ## Handling Non-Deterministic Memory and Table Growth
76 ## Use Deterministic Interruption, If Any
H A Dexamples-interrupting-wasm.md25 ### Deterministic Fuel
45 ### Non-Deterministic Epochs
H A DSUMMARY.md41 - [Deterministic Execution](./examples-deterministic-wasm-execution.md)
/wasmtime-44.0.1/crates/debugger/wit/deps/
H A Drandom.wit70 /// This function must always return fresh data. Deterministic environments
/wasmtime-44.0.1/crates/wasi/src/p2/wit/deps/
H A Drandom.wit70 /// This function must always return fresh data. Deterministic environments
/wasmtime-44.0.1/crates/wasi-http/wit/deps/
H A Drandom.wit70 /// This function must always return fresh data. Deterministic environments
/wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/
H A Drandom.wit85 /// This function must always return fresh data. Deterministic environments
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/
H A Drandom.wit85 /// This function must always return fresh data. Deterministic environments