8 Pseudorandom number generation
8.1 Truly random numbers
Rely on physical measurements. Too slow to use scalably.
8.2 Linear Congruential Generators
\[ u_k = a u_{k-1} \mod m \]
Rely on physical measurements. Too slow to use scalably.
\[ u_k = a u_{k-1} \mod m \]