Parallel Mersenne Twister

Counter-based RNGs (e.g. from GitHub - JuliaRandom/Random123.jl: Julia implementation of Random123.) also help a lot, in my experience, since they make it very easy to partition the RNG while still using a common seed.

4 Likes