altf4/untwister

Support for reseeding observed values

altf4 opened this issue · 0 comments

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().