Hi Pseudophonist,
Thanks for the reply and no special respect needed!
Firstly, I suspect that I have caused confusion by saying "Actually, that statement is false..." without specifying which statement! Did you think I was denying what *you* had said? I was denying that "adding" random values would give a random result without :
a) defining the nature of the "addition" operation in context
and also
b) defining the nature of the "randomness" in question.
From what you have written, I suspect that you have no quarrel with this point of view. I for my part have no quarrel with the wiki statement that you quoted, which I am sure that you will agree is consistent with the view that say, the exponential and normal (and many, many others) distributions are grossly *non*-random in a context where one expects and requires a rectangular distribution, such as one should get from the standard, vanilla, random number utilities. (In principle one can of course convert any of these distributions into any other by suitable manipulation, but that is another matter).
But I am sure that you agree (feel welcome to puncture my assurance if I presume too far) that, suppose, without appropriately defining "addition" as well as the "fair random" distribution, that you "add" numbers in most of these (generally bounded) distributions, you get, to the extent that you get anything meaningful at all, a shift in distribution that in most contexts amounts to gross bias instead of equiprobability. In general it is possible to overcome this by redefining "addition", as I did in my example by specifying mod 1 addition.
Incidentally, if one's random selection is from an unbounded set, it is very hard to speak meaningfully of a random number at all. What would you get if you selected a million random integers? In particular, would you expect any of your million to be finite?
Nasty one that! Not only food for thought, but bubble gum! :-)
An important class of such "additions" (more properly speaking in general, "operations") would be suitable translation tables such as XOR or XNOR, which permit one to apply random numbers (to a suitable radix) in encryption. They have the important property that even a single application of appropriately random numbers will produce equally random numbers as output, *no matter how **non**-random the other numbers might be*.
So strictly speaking, the original question was too modest. It could have been to prove that r+s -> r' where "+" is a suitable operation, r and r' are random in a suitable idiom, and s is *any* value in that idiom.
Are we now on the same wavelength?
If so I apologise for the confusion; if not, please elaborate if you have the time,
Go well,
Jon