If we first ask the question of choosing a random real number, say in the interval [0, 1], then one could come up with a similar process :
- in 1/2 second, choose a random digit from 0 to 9
- in 1/4 second, choose another random digit
- and so on
After 1 second, by appending all the digits, we therefore would have created a random real number in the desired interval.
Obviously this doesn't completely answer this question as it still addresses the issue of producing an infinite amount of information in a finite amount of time, but let's just consider this as a possibility.
Every number obtained would be a non computable number in the sense that the only way to create it would be by the random process described above, which will never produce the same number twice.
But would it possible, to somehow extend this construction to generate a random integer ? In other words, given a random real r, generate a random integer from it, with every number having equal "probability" (not assigning a fixed positive probability to every number since this is impossible as the sum would be larger than 1, but such that the outcome would not favor any number over another) ?
If not, has this got something to do with the fact that the naturals are countable and the reals uncountable ?
Also, lets assume random number generation on the set of countably infinite integers is possible. What would the obtained sequence look like (i'm guessing it would have some form of fractal structure, with numbers getting ever bigger) ?