ResetStream {rlecuyer}R Documentation

Reset the state of a stream

Description

Resets the state of a stream to its initial state, beginning of the current substream or beginning of the next substream.

Usage

.lec.ResetNextSubstream(name)
.lec.ResetStartStream(name)
.lec.ResetStartSubstream(name)

Arguments

name

a character string giving the name of the stream.

Details

.lec.ResetNextSubstream reinitializes the stream to the beginning of its next substream.

.lec.ResetStartStream reinitializes the stream to its initial state.

.lec.ResetStartSubstream reinitializes the stream to the beginning of its current substream.

Value

None.

See Also

SetPackageSeed


[Package rlecuyer version 0.3-8 Index]