Annon Inglorion
2022-10-29
Welcome
Welcome to my website! Can I interest you in an essay? Perhaps a design of some sort, or some other document? Or perhaps you came here looking for software?
Today's featured page:
The deadbeef random number generator is a simple
pseudorandom number generator (PRNG) that generates 32-bit pseudorandom
numbers, with heavy use of the constant 0xdeadbeef
. It's
simple enough that one can learn the code by heart, and implement it
whenever a simple PRNG is needed. The generator is fast and does well on
a number of tests I've put it through, but I make no claims about the
suitability of the generated numbers for any purpose. Results of
analysis and suggestions for improvement are welcome.