Expand description
Re-exports of non-deterministic std::collections, with deterministic defaults.
Type Aliasesยง
- HashMap
- Alias of
std::collections::HashMapwithRandomStatereplaced by a deterministic default hasherXxHash64. Determinism is important during composition rendering for reproducibility with seeds. - HashSet
- Alias of
std::collections::HashSetwithRandomStatereplaced by a deterministic default hasherXxHash64. Determinism is important during composition rendering for reproducibility with seeds.