-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
randomnessRandom number generation and the Random stdlibRandom number generation and the Random stdlib
Description
EDIT: "August 2018 Update: xoroshiro128+ fails PractRand very badly. Since this article was published, its authors have supplanted it with xoshiro256**. It has essentially the same performance, but better statistical properties. xoshiro256 is now my preferred PRNG**." I previously quoted: "The clear winner is xoroshiro128+"
https://nullprogram.com/blog/2017/09/21/
Nobody ever got fired for choosing Mersenne Twister. It’s the classical choice for simulations, and is still usually recommended to this day. However, Mersenne Twister’s best days are behind it. ..
Ultimately I would never choose Mersenne Twister for anything anymore. This was also not surprising.
Metadata
Metadata
Assignees
Labels
randomnessRandom number generation and the Random stdlibRandom number generation and the Random stdlib