Constant obfstr::SEED[][src]

pub const SEED: u64 = splitmix(hash(env!("OBFSTR_SEED")) as u64); // 0xc_9d9_5a9_0ec_d29_40du64

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.