Class | Description |
---|---|
ISAACRandomGenerator |
ISAAC random number generator that generates random numbers using the
ISAAC stream cipher.
|
SDFGenerator |
Seed Derivative Function (SDF) generator, derives a seed value to be used
with a PRNG given the SDF parameters, Digest, and the number of iterations
that the digest is applied
|
SDFParameters |
Seed Derivative Function (SDF) parameter, takes the shared information
S1 & S2 as constructor arguments which are used as parameters for
deriving the shared seed
|