* This function represents a function used in the initialization * by init_by_array * @param x 32-bit integer * @return 32-bit integer */
| 374 | * @return 32-bit integer |
| 375 | */ |
| 376 | static uint32_t func2(uint32_t x) { |
| 377 | return (x ^ (x >> 27)) * (uint32_t)1566083941UL; |
| 378 | } |
| 379 | |
| 380 | /** |
| 381 | * This function certificate the period of 2^{MEXP} |