algorithm-archivists / algorithm-archive

A collaborative book on algorithms
https://www.algorithm-archive.org
MIT License
2.38k stars 356 forks source link

PRNG + LCG chapters #1016

Open leios opened 1 year ago

leios commented 1 year ago

This is a draft PR for the next set of chapters. It will include the following:

Might be biting off a bit too much, but I've been wanting to do diehard tests forever now and it'll be fun creating the testsuite.

Amaras commented 1 year ago

Idea: add Linear-Feedback Shift Registers as a (cheap) hardware PRNG, although it can be quite weak as a PRNG