Page 1 of 1

Use the linear congruential generators (LCGS) method (Z = (aZ -- + c) mod m) to generate a sequence of 10 pseudo-random

Posted: Tue Sep 07, 2021 7:09 am
by answerhappygod
Use The Linear Congruential Generators Lcgs Method Z Az C Mod M To Generate A Sequence Of 10 Pseudo Random 1
Use The Linear Congruential Generators Lcgs Method Z Az C Mod M To Generate A Sequence Of 10 Pseudo Random 1 (46.72 KiB) Viewed 255 times
modeling and simulation
Use the linear congruential generators (LCGS) method (Z = (aZ -- + c) mod m) to generate a sequence of 10 pseudo-random numbers (PRN). Using multiplier a = 65539, increment c = 0. modulus m = 210 and seed value Zo = 7. After that use the Kolmogorov-Smirnov (K-S) test with a critical value Da= 0.41 to compare the distribution of the set of PRNs generated to a uniform distribution We need to write down the 10 random number in the first line then do the K-S test in your paper and write down Only D and D and D and the decision of comparison with Da = 0.41 A. BI