Will the RNG gsl_rng_mt19937 generate different numbers in a 64 bit environment than in a 32 bit environment? In theory, the range is [2^k-1,0]. k being the number of bit.
Will the RNG gsl_rng_mt19937 generate different numbers in a 64 bit environment than in a 32 bit environment? In theory, the range is [2^k-1,0]. k being the number of bit.