Random statistics

From Dr. Mario
Revision as of 19:25, 15 August 2020 by Dmwit (talk | contribs) (Created page with "* There is one board that can be generated by 14 different seeds (28 raw seeds). * There's 26589 distinct level 20s, and 15977 distinct levels 0s. * seriousproducer has said a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • There is one board that can be generated by 14 different seeds (28 raw seeds).
  • There's 26589 distinct level 20s, and 15977 distinct levels 0s.
  • seriousproducer has said a couple times on her stream "if you see a pill twice in a row, you'll probably see it three times". The data backs this up: if the RNG were good, you'd expect P(pill2 = pill1 | pill1 = pill0) to be about 1/9. It's actually 130062/524154 ~= 1/4. If you consider pills equal when they're mirrors of each other, you'd expect P(pill2 = pill1 | pill1 = pill0) to be about 5/27 ~= 0.19, but it's actually 218188/807624 ~= 0.27.