pub fn seed_from_mt(mt: &mut MT19937) -> [u32; 624]
Expand description

Generates seed for another MT19937 RNG from the given one.