pub fn tinymt32_init_by_array(random: &mut TinyMT32, init_key: &[u32])
Expand description

This function initializes the internal state array, with an array of 32-bit unsigned integers used as seeds @param init_key the array of 32-bit integers, used as a seed. @param key_length the length of init_key.