Skip to main content

generate

Function generate 

Source
pub fn generate(
    run_id: &str,
    occurrence: usize,
    generator: &str,
) -> Option<String>
Expand description

One deterministic value for generator, derived from (run_id, occurrence). None for unknown generators (callers reject those statically).