Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Fast, High-Quality Pseudo-Random Numbers for Non-Cryptographers in C++ - CppCon 2022

CppCon via YouTube

Overview

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

Reviews

Start your review of Fast, High-Quality Pseudo-Random Numbers for Non-Cryptographers in C++ - CppCon 2022

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.