Problem: Consider the Linear Congruential Generator as a PRNG. For the values of a = 3, c=1, m = 63 and a seed of 12.
a) What are the next 3 numbers in the pseudo-random sequence?
b) Which of the parameters of the above LCG should be changed to produce a sequence with a larger period? What is a suggested value? (Please explain in detail)