Expand description
Thread-local exploration context and RNG hooks.
Stores per-process exploration state and the function pointers used to communicate with moonpool-sim’s RNG system. The RNG hooks are the entire coupling surface between this crate and moonpool-sim.
Structs§
- Explorer
Ctx - Exploration state for the current process.
Functions§
- explorer_
is_ active - Check if exploration is active.
- explorer_
is_ child - Check if this process is a forked child.
- get_
assertion_ table_ ptr - Get the raw pointer to the assertion table shared memory.
- set_
rng_ hooks - Set the RNG hooks used to communicate with moonpool-sim.