Module util

Source
Expand description

Re-exports of non-deterministic std::collections, with deterministic defaults.

Type Aliasesยง

HashMap
Alias of std::collections::HashMap with RandomState replaced by a deterministic default hasher XxHash64. Determinism is important during composition rendering for reproducibility with seeds.
HashSet
Alias of std::collections::HashSet with RandomState replaced by a deterministic default hasher XxHash64. Determinism is important during composition rendering for reproducibility with seeds.