Support for reseeding observed values
Abierto
enhancement
- Lenguaje dominante
- C++
- Estrellas
- 390
- Forks
- 40
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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().
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.