Explore the evolution and challenges of random number generation in C++ in this 35-minute conference talk from C++Now 2024. Delve into why Mersenne Twister, despite being the default choice for 13 years since C++11, may no longer be the optimal solution. Analyze newer alternatives developed since Mersenne Twister's invention 27 years ago, and learn when and why to leverage these modern options for improved random number generation. Gain insights from Adrien Devresse, a seasoned system engineer with 15 years of C++ experience across diverse fields including high energy physics, neurosciences, scientific computing, AI, and automotive industry.
Overview
Syllabus
Guide to Random Number Generation in C++ - Adrien Devresse - C++Now 2024
Taught by
CppNow