I want to have a list of room descriptions from a list say 20 variable in length be given in what looks like a random way but isn't. So room 1 would always give the same descriptions, no matter what computer you're on. So would room 2, 3, etc.
I was going to go through the list in a binary fashion to use every combination, but it leaves some descriptions lingering for far too long.
I though someone else might have a bright idea on the matter already?