IncreasedPrecis           package:rlecuyer           R Documentation

_S_w_i_t_c_h _b_e_t_w_e_e_n _3_2 _a_n_d _5_3 _b_i_t_s _o_f _r_e_s_o_l_u_t_i_o_n

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

     Switch between 32 and 53 bits of resolution as described in
     L'Ecuyer et al (2002).

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

     .lec.IncreasedPrecis (name, incp=FALSE)

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

    name: name of the stream.

    incp: see  L'Ecuyer et al (2002).

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

     '.lec.IncreasedPrecis' is a wrapper function for the C function
     'RngStream_IncreasedPrecis'.

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

     None.

_R_e_f_e_r_e_n_c_e_s:

     P. L'Ecuyer, R. Simard, E.J.Chen and W.D.Kelton: An
     Object-Oriented Random-Number Package With Many Long Streams and
     Substreams; Operations Research, vol. 50, nr. 6, 2002.

