Support for reseeding observed values
altf4 opened this issue · 0 comments
altf4 commented
Sometimes an application won't produce random numbers from a single seed. Instead, they re-seed the PRNG every call. This is an especially bad way to generate random numbers, but its behavior isn't currently handled by untwister.
We should have an alternative brute force method that reseeds every rand().