xtensor-stack / xtensor

C++ tensors with broadcasting and lazy computing
BSD 3-Clause "New" or "Revised" License
3.37k stars 400 forks source link

Investigate if we should use mt19937_64 for 64 bit numbers #844

Open wolfv opened 6 years ago

wolfv commented 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?

wolfv commented 6 years ago

Seemingly related discussion: https://github.com/numpy/numpy/issues/3137