public class PRNG
extends Object
Wrapper around secure random that periodically seeds the PRNG with new entropy. To avoid entropy exhaustion
the entropy is only refreshed if the PRNG is used. This introduces a new variable which reduces the probability
of cracking the random number generator.
- Author:
- Paulo Lopes