
I wonder how the RNG works for that. Some random number generation functions are better than others, and with some it's common to see repeating results. JavaScript's Math.random() does that all the time, and so does PHP's rand() (mt_rand() is better).
It could be coincidence, but I do often see the same relatively uncommon item appear multiple times in a game, often only a few levels apart, and usually after I haven't seen it at all for a while. I kicked myself for missing an Armor of the Night one time, then got another one two levels later, for example. Just in the last few days, I've had games where I picked up two Red Delight Mushrooms, two Stuffed Olives on a Stick, two or three







And didn't someone recently say that he found two Aces of Hearts in the same game?
I also wonder if it's possible that the repetition affects multiple games. Again, I've found things like four

If the Hammerfest RNG algorithm is a bit quirky, that could explain the "lucky streaks" that we seem to have now and then.
