Class LongProvider

    • Constructor Detail

      • LongProvider

        public LongProvider()
        Creates a new instance.
      • LongProvider

        protected LongProvider​(LongProvider source)
        Creates a new instance copying the state from the source.

        This provides base functionality to allow a generator to create a copy, for example for use in the JumpableUniformRandomProvider interface.

        Parameters:
        source - Source to copy.
        Since:
        1.3