Guide to Random Number Generation in C++ - C++Now 2024
Offered By: CppNow via YouTube
Course Description
Overview
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.
Syllabus
Guide to Random Number Generation in C++ - Adrien Devresse - C++Now 2024
Taught by
CppNow
Related Courses
Information TheoryThe Chinese University of Hong Kong via Coursera Intro to Computer Science
University of Virginia via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera