Question: Explain why both 3792 and 2916 would be bad choices for the initial term of a sequence of four-digit pseudorandom numbers generated by the middle square method
The power generator is a method for generating pseudorandom numbers. To use the power generator, parameters p and d are specified, where p is a prime, d is a positive integer such that p| d, and a seed x0 is specified. The pseudorandom numbers x1, x2,... are generated using the recursive definition xn+1 = xd n mod p.