Class MultiplyWithCarry256

    • Constructor Detail

      • MultiplyWithCarry256

        public MultiplyWithCarry256​(int[] seed)
        Creates a new instance.
        Parameters:
        seed - Seed. If the length is larger than 257, only the first 257 elements will be used; if smaller, the remaining elements will be automatically set.