1. Use Linear Congruential Generator to generate the first 10 random numbers X1, X2, ..., X10 given the following: a = 7
Posted: Fri Nov 26, 2021 8:27 am
1. Use Linear Congruential Generator to generate the first 10 random numbers X1, X2, ..., X10 given the following: a = 73, m = 210 – 1, c = 500 and Xo = 125 = In addition, compute the uniform random numbers U1, U2,...,U10-