The middle-square method is a method of generating pseudo random numbers.
-
Updated
Nov 1, 2021 - C++
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.
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.
my own implementation of the arcfour algorithm
A perfectly cromulent pseudo-random number generator with period 2^128.
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
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."