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

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