Google, IBM & Meta Certificates — 40% Off for a Limited Time
Future-Proof Your Career: AI Manager Masterclass
Overview
Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
Explore advanced techniques for generating fast, high-quality pseudo-random numbers in C++ for non-cryptographic applications in this CppCon 2022 conference talk. Delve into the limitations of std::rand() and the advantages of using <random> with Mersenne Twister (std::mt19937). Address crucial questions about proper seeding, portability, statistical test performance, and optimizing for specific use cases. Examine benchmarks and quality analyses of standard library pseudo-random number generators and modern alternatives. Learn how to improve runtime-performance determinism with minimal quality loss compared to standard library distributions, focusing on applications in digital audio, games, graphics, and simulations.
Syllabus
Fast, High-Quality Pseudo-Random Numbers for Non-Cryptographers in C++ - Roth Michaels - CppCon 2022
Taught by
CppCon