Annon Inglorion

Annon Inglorion

Robbert Haarman

2025-02-28


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?

There is also a page with descriptions and links to various unfinished projects which I have started and not yet completed, but which I nevertheless think are interesting to share.

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.

➢ Go to page

Valid XHTML 1.1! Valid CSS! Viewable with Any Browser