pub fn run_treewalker_concurrent_seeded(
input: &str,
seed: u64,
) -> InterpreterResultExpand description
Parse input and run its concurrent program on the tree-walker scheduler
under an explicit seed — the seeded sibling of the default
run_program_concurrent entry, used by the cross-tier seeded differential.