Class 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ISAACCipher

        public ISAACCipher()
        Creates the random number generator without an initial seed.
      • ISAACCipher

        public ISAACCipher​(int[] seed)
        Creates the random number generator with the specified seed.
        Parameters:
        seed - The seed.
    • Method Detail

      • nextInt

        public int nextInt()
        Gets the next random value.
        Returns:
        The next random value.