internal              package:rlecuyer              R Documentation

_I_n_t_e_r_n_a_l _f_u_n_c_t_i_o_n_s

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

     Internal functions, it is not recommended to use them from outside
     of the package.

     '.lec.init' initializes the workspace: removes old and creates new
     global object 
      '.lec.Random.seed.table'. It also  allocates memory for the
     current stream used by 
      '.lec.CurrentStream'.

     '.lec.exit' removes the global object '.lec.Random.seed.table' and
     frees memory used for the current stream.

     '.lec.StreamExists' returns 'TRUE' if the stream is found in
     '.lec.Random.seed.table', otherwise 'FALSE'.

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

     .lec.init ()

     .lec.exit ()

     .lec.StreamExists (name)

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

    name: name of the stream.

