Author: Jenny List / Source: Hackaday
![](https://r1.mt.ru/r22/photoDB86/20736069879-0/jpg/bp.jpeg)
A truly random number is something that is surprisingly difficult to generate. A typical approach is to generate the required element of chance from a natural and unpredictable source, such as radioactive decay or thermal noise. By contrast it is extremely easy to generate numbers that look random but in fact follow a predictable sequence. A shift register with feedback through an XOR of its output and one of its stages will produce a continuous stream of pseudo-random bits that repeat after a set period.
[KK99] has created the simplest possible pseudo-random binary sequence generator,…
The post The Simplest Of Pseudo Random Number Generators appeared first on FeedBox.