ResetStream             package:rlecuyer             R Documentation

_R_e_s_e_t _t_h_e _s_t_a_t_e _o_f _a _s_t_r_e_a_m

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

    name: a character string giving the name of the stream.

_D_e_t_a_i_l_s:

     '.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.

_V_a_l_u_e:

     None.

_S_e_e _A_l_s_o:

     'SetPackageSeed'

