Here is a small diceroller i've written in Java. Nothing fancy.
It can roll X number of dice (d4, d6, d8, d10, d12, d20, d100, d1000 and d10000) and add or subtract a number (put a minus in front of it to subtract :) ).
As it's written in Java, you need a runtime environment to run it. You can...