Displaying 1 result from an estimated 1 matches for "artofproblemsolving".
2008 Dec 04
2
R simulations
I need help with these R simulations
_______________________________________
The generation of pseudo-random numbers with uniform distribution [0.1] 
can be done through a method called Congruencial Committee, which consists
the use of a recursive relationship of the type: 
xi +1 = (a.xi + c) mod m 
being a, c, and the positive integers m, c <m. 
Discuss in light of possible values of a, c, my