How random is xkcd? (2015)
hardmath123.github.io
How random is xkcd? (2015)
1–10 of 133 posts
Re: How random is xkcd? (2015)
#2* I encourage you to play with the STS code.
* It also segfaults all over the place, which is actually very disturbing considering that it’s technically part of the US government’s computer security project.
Well, package that computes stats on number series to test variopus notions of randomness - it's not as if pwning the STS will let you play a game of nuclear war.
All the same, there's an exercise for any budding numerical programmers, read up on the suite, build it, run it, static analyse it, valgrind it, and iron a few wrinkles out.
https://csrc.nist.gov/projects/random-bit-generation/documen...
Got to be worth a humble brag in an application or two | make contacts in NIST.
Re: How random is xkcd? (2015)
#3Re: How random is xkcd? (2015)
#4almost??
Re: How random is xkcd? (2015)
#5> a random stream of bits should have almost as many ones as zeros almost ??
But for the first few bits maybe "almost".
Re: How random is xkcd? (2015)
#6> a random stream of bits should have almost as many ones as zeros almost ??
Re: How random is xkcd? (2015)
#7> a random stream of bits should have almost as many ones as zeros almost ??
Re: How random is xkcd? (2015)
#8Re: How random is xkcd? (2015)
#9- Out of 1500 comics (at the time of the article), 45 random selections gives you a 48.656% chance of a duplicate, and 46 gives you a 50.196% chance.
- Out of 2873 comics (as of right now), 63 random selections gives you a 49.579% chance of a duplicate, and 64 gives you a 50.685% chance.
2929 comics is the most from which randomly selecting 64 will have a greater than 50% chance of having duplicates (50.00854657587404%).
Re: How random is xkcd? (2015)
#10> a random stream of bits should have almost as many ones as zeros almost ??
I think this is the correct way to phrase it. Just because the probabilities of each are both 50% doesn't mean it's more likely than not to get the same number of ones and zeros. It would just mean you're equally likely to get a few more ones as you are to get a few more zeros. But the counts are unlikely to be very far apart.