pub type RandomFn = Arc<dyn Fn() -> u64 + Send + Sync>;
The injected random source: called once per live RunCtx::random observation, returning 64 raw bits.
RunCtx::random
pub struct RandomFn { /* private fields */ }