rnd (1) --- generate random numbers 03/20/80 _U_s_a_g_e rnd { -l | -u | -n } _D_e_s_c_r_i_p_t_i_o_n 'Rnd' may be used to generate one or more pseudo-random num- bers, uniformly distributed over a given range of integers. The arguments specify the range and number of pseudo-random integers to be generated. The "-l" and "-u" options set the lower and upper bounds, respectively, of the range. The default values are 1 for the lower bound and 100 for the upper bound. The "-n" option controls the number of integers generated; the default is 1. _E_x_a_m_p_l_e_s rnd rnd -n 10 | stats -tq rnd -u 10 rnd -l -5 -u 5 _B_u_g_s Round-off error may make this program not quite uniform in the long run. _S_e_e _A_l_s_o 'rnd' function in Fortran library rnd (1) - 1 - rnd (1)