Okay, here's how the dice work:
I have a list of 50,000 dice rolls I got from random.org. Each line in the file looks like this: A1 A2 A3 D1 D2
So each time you attack I only use the numbers you need and then erase the line from the file. When the file is empty it is automatically re-loaded. We ...