Completed
Random vs. Pseudorandom
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Untwisting the Mersenne Twister: How I Killed the PRNG Moloch
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 WHOAMI
- 3 Nature
- 4 Early Pseudorandom Generators
- 5 Middle Squares Method
- 6 Random vs. Pseudorandom
- 7 PRNG Period Size
- 8 The Die Hard Tests
- 9 Die Hard Randomness Tests
- 10 Sony's ECC Random
- 11 Bruteforce
- 12 Algorithm
- 13 Problem of Depth
- 14 State Inference
- 15 glibc rando
- 16 The Python GIL
- 17 Code Sample
- 18 Distributed Computing
- 19 Contact Us