- #1
khanster
- 27
- 0
I will give it a try:
Randomness appears to be the descriptive complexity of a data structure such, that description of the structure takes more bits of information than what appears to be contained in the structure itself.
In that respect, we live in a random world due to the inability for humans to create a description of reality that is perfectly isomorphic with reality.
An interesting way to generate random numbers?
http://www.random.org/integers/
Randomness appears to be the descriptive complexity of a data structure such, that description of the structure takes more bits of information than what appears to be contained in the structure itself.
In that respect, we live in a random world due to the inability for humans to create a description of reality that is perfectly isomorphic with reality.
An interesting way to generate random numbers?
http://www.random.org/integers/
This form allows you to generate random integers. The randomness comes from atmospheric noise, which for many purposes is better than the pseudo-random number algorithms typically used in computer programs.