In the discrete log problem we have to find the exponent, which is a hard problem but what if instead we wanted to find $a$ (the generator). I couldn't find it if there is already a question about it.
So, if we have:
$$b = a^x \mod n$$
where $n$ is a large prime number.
How would I find $a$ if I have the rest of the values?
So let's take an example (with a much smaller prime $n$):
$$54235492 = a^{83} \mod 90000083$$
How then can $a$ be found? If you can please use the example, I would be much obliged.