How random can you be? (2019)
21–30 of 60 posts
Re: How random can you be? (2019)
#22That's how random I can be!
Re: How random can you be? (2019)
#23With just tapping "randomly", it was looking good until I got 52% at 250 inputs. From there on it went steep downward: 59% at 500 but 57% again at 1000 (I changed how I tapped at the 500 mark; else it would have declined even more).
Re: How random can you be? (2019)
#24Re: How random can you be? (2019)
#25My solution was to generate random sentences in my head. I then iterate through the letters of each sentence, and if the letter is M or later in the alphabet, I select right. If the letter is before M in the alphabet I select left.
Re: How random can you be? (2019)
#26I once wore a smoked herring as a tie to a black suit event. That's how random I can be!
Re: How random can you be? (2019)
#27Re: How random can you be? (2019)
#28Re: How random can you be? (2019)
#29It appears that the guessing output is deterministic using your inputs as it’s inputs and you could figure out as many consecutive inputs you felt like to produce a specific outcome. For instance 6R1L3R inputs forces the game to “guess” wrong each time. It’s not guessing. This isn’t a random input, but it’s perfectly within a reasonable random distribution. Equally random is 10L, which the guesser will guess right each time.
Losing to the guesser doesn’t indicate a lack of random input, nor does guessing the opposite of the guesser indicate randomness.
We can’t really generate randomness. Only outcomes consistent with some distribution. It’s more of a philosophical point. If you made it it’s not random.
Re: How random can you be? (2019)
#30My solution was to generate random sentences in my head. I then iterate through the letters of each sentence, and if the letter is M or later in the alphabet, I select right. If the letter is before M in the alphabet I select left.