Interface RNStreamControlIfc

    • Method Detail

      • resetStartStream

        void resetStartStream()
        The resetStartStream method will position the RNG at the beginning of its stream. This is the same location in the stream as assigned when the RNG was created and initialized.
      • resetStartSubstream

        void resetStartSubstream()
        Resets the position of the RNG at the start of the current substream
      • advanceToNextSubstream

        void advanceToNextSubstream()
        Positions the RNG at the beginning of its next substream
      • setAntitheticOption

        void setAntitheticOption​(boolean flag)
        Tells the stream to start producing antithetic variates
        Parameters:
        flag - true means that it produces antithetic variates.
      • getAntitheticOption

        boolean getAntitheticOption()
        Returns:
        true means on