pub const MIN_POOL_SIZE: usize = 64;
Length in bytes that the first pool must be before a “catastrophic reseed” is allowed to happen. (A direct reseed through the SeedableRng API is not affected by this limit.)
SeedableRng