"You should always use an off-the-shelf, high quality, well tested implementation of random number generation" - that's useful to hear. I've never attempted to create one, but I would be quick to fool myself into think it's easy (from a distance, it sounds easy!). I will now.. never do that :)
"You should always use an off-the-shelf, high quality, well tested implementation of random number generation" - that's useful to hear. I've never attempted to create one, but I would be quick to fool myself into think it's easy (from a distance, it sounds easy!). I will now.. never do that :)
You can still reasonably safely fool around with DIY PRNGs if you test them properly (run them through test suits like PractRand and BigCrush)
@@oj0024 interesting. Still, I think it’ll be easy to avoid the temptation. Not sure what the use of making one of these would be, except to learn.