public class BouncyCastleRandom
extends Object
implements Random
BouncyCastle Random. This pseudo random number generator uses the a very fast PRNG from BouncyCastle.
The JRE random will be used when creating a new generator to add some random data to the seed.