Create guide for implementing a new PRNG
altf4 opened this issue · 1 comments
altf4 commented
One of the best parts of untwister is its extensibility. But the process for adding a new PRNG can be a bit complicated. We should make a guide that walks you through how to make a brand new PRNG in terms of what files need to be added, what interfaces need to be adhered to, how to make a unit test.