Closed
Description
Cryptographers are arguing against using any kind of reseeding, because it can compromise security (djb). Now that we are using an accepted stream cipher, the old argument about ISAAC does not hold anymore. I think we should stop reseeding StdRng
and remove ReseedingRng
. This would simplify the code, improve performance and arguably improve security as well.