8.14 — Generating random numbers using Mersenne Twister
In the previous lesson , we introduced the concept of random number generation, and discussed how PRNG algorithms are typically used to simulate randomness in programs. In this lesson, we’ll take a look at how to generate random numbers in your programs. To access any of the randomization capabilities in …