Function tinymt::tinymt32::tinymt32_init

source ·
pub fn tinymt32_init(random: &mut TinyMT32, seed: u32)
Expand description

This function initializes the internal state array with a 32-bit unsigned integer seed. @param random tinymt state vector. @param seed a 32-bit unsigned integer used as a seed.