Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-02 | Correcthorse: patch enhanced to remove bias | Narrat | |
2017-04-04 | Add patch which uses getrandom() for random numbers | Narrat | |
Drops the srand/rand combo. Issues may still exist | |||
2017-04-04 | Add patch which doesn't use the time as seed | Narrat | |
This program uses srand/rand which is a pseudo rng. For non crypto operations this may be enough and is still used. Especially initializing the srand() call with time(). But as dinghy pointed out this is a risky behaviour. The added patch replaces time() with an actual random value, but it is still the same PRNG! Still not good. Additionally it requires glibc-2.25 | |||
2017-01-22 | correcthorse: use unique sourcename | Narrat | |
2015-06-17 | correcthorse: Small update | Narrat | |
2015-06-17 | Adopted AUR3 package | Narrat | |