The middle-square method is a method of generating pseudo random numbers.
-
Updated
Nov 1, 2021 - C++
8000
The middle-square method is a method of generating pseudo random numbers.
Fortuna is a PRNG; it generates cryptographically secure pseudorandom numbers on a computer. It can also be used as a real random number generator, accepting random inputs from analog random sources. Designed by Niels Ferguson and Bruce Schneier.
my own implementation of the arcfour algorithm
Simulate an immortal monkey typing on a typewriter.
Another branched project. The labeler is more focuesed on the recording of the PCM while this project is more focused on the processing of the PCM: Fourier transform, random sampling with pseudo-random distribution, interpolating with psuedo-random distribution, truncating and elongating PCM data
Some code to generate a pseudorandom block of dots which can be exported as an SVG and used to create a stamp for applying the pattern to specimen to be used with DIC.
Basic 32/64 bit PCG random number generation in C.
Add a description, image, and links to the psuedo-random topic page so that developers can more easily learn about it.
To associate your repository with the psuedo-random topic, visit your repo's landing page and select "manage topics."