Why is it impossible to produce truly random numbers?
- by Vinoth Kumar
I was trying to solve a hobby problem that required generating a million random numbers. But I quickly realized, it is becoming difficult to make them unique. I picked up Algorithm Design Manual to read about random number generation.
It has the following paragraph that I am fully not able to understand.
Unfortunately, generating random…