The middle-square method is a method of generating pseudo random numbers.
-
Updated
Oct 9, 2025 - Python
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
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.
A perfectly cromulent, high-performance, modern 128-bit PRNG implemented in portable C, featuring scalar and AVX2-accelerated variants, comprehensive state management, and jump-ahead functionality.
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."