Algorithms
Numerical
Randomizing DataThe Linear Congruential Generator
Xn+1 = (A.Xn+1 + B).Mod(M)
Where A, B and M are constants. This will generate a sequence of numbers that appear to be random.
Links
http://thevikidtruth.com/wiki/?algorithms
20jun23 | admin |