A.V.Ramani
I do not get this.
In an excel sheet you fill as many cells as you want with the rand() function. They all get filled with different random numbers at the same time.
All I am saying is, what is the underlying logic in generating a random number? There must be some logic that has to be used, and that undermines the whole point of it being random. A faster computer can run the same logic and can provide you with this "random" number while the slower computer still works on the same rand() program. Turns out, for the slower computer, the number computed isn't random at all (since it is already outputted by the faster computer).
The concept of randomness, to me, is how Erwin Schrodinger used in the famous cat experiment. He assumed a radioactive substance so small in amount that in an hour probably only one atom decays (or may be doesn't). Depending on that decay event (or the lack of it), the fate of the cat is decided. Now that, is true randomness.
To cut the long story short, if logic (no matter what logic, as long as its logic or a sequential chain of ideas) is employed, a random number is never truly generated.
I am sorry for this pathetic explanation, but I am sure you get my point here. I appreciate your inputs.