C# to simulate a pair of loaded 6-sided dice.
- For each die, the face to be favored.
- For each die, an integer factor in the range of 1 to 5 to apply to the favored face. For example, if the “6” face of a die is favored by a factor of 2, the 6 is twice as likely to appear as each of the other faces, 1 to 5.
- An integer value specifying the number of times the pair should be rolled with the current settings.