pub const HLL_RANDOM_STATE: QualityRandomState;Expand description
Fixed quality hash state used by HyperLogLog sketches.
The seed is part of the HLL wire/storage semantics: serialized sketches only remain mergeable if every producer uses the same hash state.