Quote Originally Posted by Zfz View Post
snip...
Just wanted to add a little extra logic here. I have no idea how ff14 implements things but, it's worth mentioning that although small, rolling a random number does require cpu time. Again minor, but the single roll algorithm is more efficient than the multi-roll algorithm. Given that it's an MMO server, produces essentially the same outcome, and is more efficient, I have trouble seeing any real reason a programmer wouldn't do a single roll system.