public class BouncyCastleRandom extends Object implements Random
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.Modifier and Type | Class and Description |
---|---|
static class |
BouncyCastleRandom.Factory
Named factory for the BouncyCastle
Random |
Constructor and Description |
---|
BouncyCastleRandom() |
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.