Skip to main content

DEFAULT_SEED

Constant DEFAULT_SEED 

Source
pub const DEFAULT_SEED: u32 = 0x12345678;
Expand description

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.