Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
D
E
I
M
N
S
V
I
INFO
- Static variable in class net.burtleburtle.bob.rand.
ISAACProvider
ISAACAlgorithm
- Class in
net.burtleburtle.bob.rand
ISAAC: a fast cryptographic pseudo-random number generator ISAAC (Indirection, Shift, Accumulate, Add, and Count) generates 32-bit random numbers.
ISAACAlgorithm()
- Constructor for class net.burtleburtle.bob.rand.
ISAACAlgorithm
This constructor creates and initializes an new instance without using a seed.
ISAACAlgorithm(int[])
- Constructor for class net.burtleburtle.bob.rand.
ISAACAlgorithm
This constructor creates and initializes an new instance using a user-provided seed.
ISAACEngine
- Class in
net.burtleburtle.bob.rand
This class defines the Service Provider for the ISAAC algorithm.
ISAACEngine()
- Constructor for class net.burtleburtle.bob.rand.
ISAACEngine
Creates a new instance and seeds it with random data obtained from
java.security.SecureRandom
's
getSeed()
method.
ISAACProvider
- Class in
net.burtleburtle.bob.rand
ISAACProvider()
- Constructor for class net.burtleburtle.bob.rand.
ISAACProvider
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
D
E
I
M
N
S
V