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