Open wolfv opened 6 years ago
There exists a slower mersenne twister that computes 64 bits of random values instead of 32.
Maybe we should document this fact for users that are concerned with higher quality random numbers?
Seemingly related discussion: https://github.com/numpy/numpy/issues/3137
There exists a slower mersenne twister that computes 64 bits of random values instead of 32.
Maybe we should document this fact for users that are concerned with higher quality random numbers?