梅森旋转素数算法(MT199937)c语言代码

日期:2021-07-24 11:15:22 人气:1

梅森旋转素数算法(MT199937)c语言代码

#include<cstdio> /*Periodparameters*/
#define N 624
#define M 397
#define MATRIX_A 0x9908b0dfUL /*constantvectora*/
#define UPPER_MASK 0x80000000UL/*mostsignificantw-rbits*/
#define LOWER_MASK 0x7ff
    A+
热门评论