pub const DEFAULT_SEED: u32 = 0x12345678; // 305_419_896u32
Default seed used when entropy is unavailable. Xorshift cannot escape an all-zero state, so callers that pass 0 to seed fall back to this value.
0
seed