SEED

Constant SEED 

Source
const SEED: RandomState;
Expand description

Fixed seed for the hashing so that values are consistent across runs

Note that when we later move on to have serialized HLL register binaries shared across cluster, this SEED will have to be consistent across all parties otherwise we might have corruption. So ideally for later this seed shall be part of the serialized form (or stay unchanged across versions).