Required to satisfy [PseudoRandomNumberGenerator](https://www.boost.org/doc/libs/1_73_0/doc/html/boost_random/reference.html#boost_random.reference.concepts.pseudo_random_number_generator) requirements in the [Boost.Random library](https://www.boost.org/doc/libs/1_73_0/doc/html/boost_random.html). We can borrow`tinymt32_init_by_array()` from the [original code](https://github.com/MersenneTwister-Lab/TinyMT/tree/master/tinymt).