Can I read Lehmer Random Number Generator in MATLAB on EtoBox?
Lehmer Random Number Generator in MATLAB by Muhammad Usman is a document available to read on EtoBox.
What is Lehmer Random Number Generator in MATLAB about?
This document contains code for the Lehmer random number generator algorithm. It prompts the user to input a prime number, a divisor less than that number, and an initial guess. It then uses those values in a for loop to calculate subsequent values by multiplying the previous number by the divisor and taking the modulus of the product with the prime number.
- Author
- Muhammad Usman
- Language
- EN