What is randomness? Nobody knows..
johndcook.com
What is randomness? Nobody knows..
1–10 of 39 posts
Re: What is randomness? Nobody knows..
#2Re: What is randomness? Nobody knows..
#3Re: What is randomness? Nobody knows..
#4Re: What is randomness? Nobody knows..
#5Re: What is randomness? Nobody knows..
#6Re: What is randomness? Nobody knows..
#7Reminds me of the question of consciousness.
Re: What is randomness? Nobody knows..
#8Re: What is randomness? Nobody knows..
#9I couldn't agree more on this. As George E.P. Box put it, "Essentially, all models are wrong, but some are useful".
Re: What is randomness? Nobody knows..
#10The argument about "true" randomness versus psuedo-randomness is very interesting. As the dilbert comment posted elsewhere points out, it's impossible to really know how "random" something is, because if it matches your expectations, then it isn't.
So it's hard even to compare "true" random number generators and psuedo-ones. You might even argue that PRNGs are better in some cases because you can make provable statements about the distribution of their output. (Of course, those statements might depend on the seed being "random"....)
Anyway, I guess the takeaway is that, as the author says, randomness is poorly understood; instead, we can only make statements about random numbers and probabilities and do our best to reconcile those with what we have to work with in real life. This seems like poor comfort to academics who rely on some formal notion of randomness that is unachievable, but on the other hand randomness seems to always work "well enough" in practice.....