As you probably already know, Nomad Games recently created the digital version of the original table game Talisman. The point is that they use pseudorandom number generator with static seed. That is, seed is generated once when the game session is started and remains the same throughout the whole session - actually the game generates a list of dice rolls at startup and then simply goes through that list, which remains static even after you save and load. That is, the game uses truly random factor only once per session.
I'm not sure this is the game we all wanted, so I'd like to hear your opinions about this.