Seed:
a:
b:
n:
  

How does the Linear Congruential Generator Calculator work?
Free Linear Congruential Generator Calculator - Using the linear congruential generator algorithm, this generates a list of random numbers based on your inputs
This calculator has 4 inputs.

What 1 formula is used for the Linear Congruential Generator Calculator?

Rn = a * Rn - 1 + b (mod n)

For more math formulas, check out our Formula Dossier
What 5 concepts are covered in the Linear Congruential Generator Calculator?
algorithm
A process to solve a problem in a set amount of time
congruence
a problem of finding an integer x that satisfies the equation ax = b (mod m)
encryption
encoding a message such that anybody outside authorized parties cannot read it
linear congruential generator
modulus
the remainder of a division, after one number is divided by another.
a mod b