(* *) (* Numerical Mathematics and Computing, Fifth Edition *) (* Ward Cheney & David Kincaid *) (* Brooks/Cole Publ. Co. *) (* (c) 2004 *) (* *) (* File: ran_num_exps *) (* random number examples *) Table[Random[ ],{5}] Table[Random[Integer,{150,550},{4}]] Table[Random[Real,{-1,1}],{20}] Table[Random[ ],{5},{5}] SeedRandom[5] Random[ ]