Package org.dreambot.api.utilities
Class ISAACCipher
- java.lang.Object
-
- org.dreambot.api.utilities.ISAACCipher
-
public final class ISAACCipher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ISAACCipher()
Creates the random number generator without an initial seed.ISAACCipher(int[] seed)
Creates the random number generator with the specified seed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
nextInt()
Gets the next random value.
-