Function tinymt::tinymt64::tinymt64_init_by_array[][src]

pub fn tinymt64_init_by_array(random: &mut TinyMT64, init_key: &[u64])
Expand description

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