View Single Post
  #13  
Old 02-19-2010, 04:11 PM
Zechnophobe's Avatar
Zechnophobe Zechnophobe is offline
Approved Member
 
Join Date: Nov 2009
Posts: 991
Default

Quote:
Originally Posted by dashcunning View Post
The game is just a deterministic computer program when you get down to it. Given the same input (troll moving to a certain square and attacking a certain thing), the output will be the same. Random number generators are just deterministic programs too and aren't truly random. The randomness they are supposed to produce isn't random, just close enough (or not as the case may be here and in many other games). The fact that the numbers are the same from reload to reload just shows that the RNG isn't based on anything that changes from reload to reload, such as a real time clock.
Well, but it is obviously done on purpose. This is very common with strategy games. For instance, Civ4 uses a seeded RNG where the seed for the same 'effects' use the same progression. For instance, you could get a RN for an 'attack' and then grab a random hut (like a chest) and then reload and do them in opposite order, and get the same thing.

In King's Bounty a lot of it isn't even randomized during play, it is simply fixed at start. The only things that are pseudo random are AI tactics, board make-up and 'egg' items.
Reply With Quote