Simple python program to generate random numbers
To generate random numbers, we have to rely on something truely random. In this case, the truely random scenario is Context switch of multiple threads.
Here is a little explanation :
Just run test.py file. Code in the RandNum.py is commented and self explanatory.
