Possible duplicate:
True random number generator
I worked with random functions in python, ruby, MATLAB, Bash and Java. Almost every programming language has a random number generation function. However, these apparently random sequences are called pseudo-random numerical sequences, since the generation follows a deterministic approach, and the sequence seems to repeat (usually with a very large period).
My question is, can the algorithmic / software process produce true random numbers? Probably the questions are more likely theoretical informatics than just programming!
source share