How do you generate the "most random" number you can using only what you can in your means.
Ask HN: You're in an empty room. How do you generate a random number?
1–10 of 49 posts
Re: Ask HN: You're in an empty room. How do you generate a random number?
#2Re: Ask HN: You're in an empty room. How do you generate a random number?
#3Re: Ask HN: You're in an empty room. How do you generate a random number?
#40) remove undergarment (I'm assuming a bra because it's simplest, but the same principle applies to other varieties) 1) scratch your arm until you bleed 2) mark one cup of the bra with blood (both inside and outside) 3) stand against a wall 4) set i = floor(log2(k)), goto 11 9) set n i)*x 10) set i k, goto 4 12) your number is n.
Re: Ask HN: You're in an empty room. How do you generate a random number?
#5place finger nail marks down the wall at your own random intervals, step back from the wall and spit a massive bunch of saliva onto the wall. Spin around in a circle until you are dizzy and bang your head against the wall. While dazzed count the number of nail marks the the saliva has dribbled down past and dont recount if you think you might have it wrong. That is your random number.
Re: Ask HN: You're in an empty room. How do you generate a random number?
#6Re: Ask HN: You're in an empty room. How do you generate a random number?
#7To generate a number between 0 and k: 0) remove undergarment (I'm assuming a bra because it's simplest, but the same principle applies to other varieties) 1) scratch your arm until you bleed 2) mark one cup of the bra with blood (both inside and outside) 3) stand against a wall 4) set i = floor(log2(k)), goto 11 9) set n i)*x 10) set i k, goto 4 12) your number is n.
Re: Ask HN: You're in an empty room. How do you generate a random number?
#8Re: Ask HN: You're in an empty room. How do you generate a random number?
#9If it's hot out, I remove the undergarment.
Re: Ask HN: You're in an empty room. How do you generate a random number?
#10Close your eyes and spin in the room until you lose your orientation then stop and open your eyes. Record the number of the wall you are facing in your head.
Repeat spin and remember next new number.
Repeat spin and remember next new number.
Repeat, repeat, repeat until you have reached the maximum amount of numbers you can remember sequentially. You will have a sequence like 2,1,3,0,2.
Take your numbers, concatenate them sequentially, and translate from base 4 (ex. 21302) to base 10 (ex. 626)