BLOG The Stupid Random Number Generator 21 November 2022 Previous post button Up to TOC button Next post button

Inspired by Donald Knuth's 1959 "Super-random" number generator that didn't work (see Page 5), I created my own generator which I think does work, but only by brute force and theft of other algorithms (it also has poor performance).