Package gnu.crypto.prng

Interface Summary
IRandom The basic visible methods of any pseudo-random number generator.
 

Class Summary
ARCFour RC4 is a stream cipher developed by Ron Rivest.
BasePRNG An abstract class to facilitate implementing PRNG algorithms.
 

Exception Summary
LimitReachedException A checked exception that indicates that a pseudo random number generated has reached its theoretical limit in generating random bytes.