pub const DEFAULT_SEED: u32 = 0x12345678;
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