Class XoRoShiRo1024PlusPlus

    • Constructor Detail

      • XoRoShiRo1024PlusPlus

        public XoRoShiRo1024PlusPlus​(long[] seed)
        Creates a new instance.
        Parameters:
        seed - Initial seed. If the length is larger than 16, only the first 16 elements will be used; if smaller, the remaining elements will be automatically set. A seed containing all zeros will create a non-functional generator.
      • XoRoShiRo1024PlusPlus

        protected XoRoShiRo1024PlusPlus​(XoRoShiRo1024PlusPlus source)
        Creates a copy instance.
        Parameters:
        source - Source to copy.