Can an algorithmic process ever give true random numbers ?
Posted
by Arkapravo
on Stack Overflow
See other posts from Stack Overflow
or by Arkapravo
Published on 2010-04-11T08:52:11Z
Indexed on
2010/04/11
8:53 UTC
Read the original article
Hit count: 251
I have worked with random functions in python,ruby, MATLAB, Bash and Java. Nearly every programming language has a function to generate Random numbers. However, these apparently random sequences are termed as pseudo-random number sequences as the generation follows a deterministic approach, and the sequence seems to repeat (usually with a very large period).
My question, can an algorithmic/programming process ever yield true random numbers ? The questions probably is more of theoretical computer science than just programming !
© Stack Overflow or respective owner