pub const SEED: u64 = _; // 13_927_259_336_033_755_337u64
Expand description
Compiletime RNG seed.
This value is derived from the environment variable OBFSTR_SEED
and has a fixed value if absent.
If it changes all downstream dependents are recompiled automatically.