Random Numbers Patent
We all know that the random number generator that comes along in excel is not actually random. If you sample 1000 x coordinates and 1000 y coordinates and draw a scatter plot, you can easily see large gaps where sample points are not picked.
Look at the picture below - The first one is from excel function rand()
If one is using random numbers a lot in one’s analysis, one has to ignore rand() and go for something else.