A linear congruential generator is an extension of a multiplicative congruential generator in the form .
This allows for better flexibility in the results generated.
A linear congruential generator is an extension of a multiplicative congruential generator in the form x1=(x0∗amodm)+c.
This allows for better flexibility in the results generated.