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

Generates the src array from the given MT19937 RNG. See mod-level docs for definition of the arrays.