אקראי.מה הדרך הכי מהירה וקלה לפתור את השאלה:
Given a generator:
X_{n+1} = ( a * X_{n} + c ) mod m
where Xn is the sequence of pseudorandom values, and
m: 0 < m — the "modulus"
a: 0 < a < m — the "multiplier"
c: 0 <= c < m — the "increment"
X_{0}: 0 < X_{0} < m — the "seed" or "start value"
Now we know the value of X_{0} and X_{50}, find out a, c, and m.
אני מקווה מובן מה רשום פה
זה קשור לנושא של:
Linear congruential generator