Random sequences in your head
June 24, 2005 11:18 AM
Subscribe
Does anyone have a simple, reasonably fair, method for generating random numbers in their head (or with pen and paper)?
I took a multiple choice test the other day (ok, it was linked from here and the result declared i was the perfect lover boy, but you probably didn't want to know that ;o) and had to select some answers at random. It struck me that I don't know of a good approach for generating sequences of random numbers between 1 and
n where
n is fixed for a particular sequence and is typically in the range 2 - 10.
The best I could come up with was picking "random" words, then scoring the letters (A=1, Z=26) and calculating the sum
mod n. But that seemed pretty complex.
Thinking some more, the only related idea I knew of was the crypto scheme in Cryptonomicon (which used playing cards).
So does anyone know of either a better solution for generating random sequences (or single values), or of related interesting ideas? Thanks.
posted by andrew cooke to science & nature (16 comments total)
posted by nixxon at 11:26 AM on June 24, 2005