In key generation process GnuPG displays:
We need to generate a lot of random bytes. It is a good idea to perform
some other action (type on the keyboard, move the mouse, utilize the
disks) during the prime generation; this gives the random number
generator a better chance to gain enough entropy.
Now I wonder: what would be the usage of this random data in prime generation ? I'm familiar with Erathosthénis's Sieve, but can't think of an application of such data into the sieve. I also know Rabin-Miller strong test that could use random data to use as mod n, but not sure if it's the case.