DeleteStream            package:rlecuyer            R Documentation

_R_e_m_o_v_e _s_t_r_e_a_m_s

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

     '.lec.DeleteStream' removes streams from the global state table.

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

     .lec.DeleteStream (names)

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

   names: a character string or a vector of character strings naming
          the streams to be deleted.

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

     All streams given in the argument 'names' are removed from the
     table '.lec.Random.seed.table'.

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

     None.

