Dice is a simple dice rolling utility, for days when making a decision just isn't worth it. It's also good for backgammon. Dice draws a little window filled with green felt and two six sided die. Clicking the mouse inspires the dice to tumble and land on a random value. The values are derived from random(3c) and the series is initialized by the system clock when the program starts, so the values should be well distributed. 'Q' quits the application. This has been tested on an SGI Indigo, and I think that it worked right on my SPARC, but I don't remember if I tested the latest version before the SPARC was relegated to a corner. In any case, it's pretty simple and should work most places. Bugs to alex@cs.umbc.edu. The work is copyright, but freely distributable. If you can make money on it, by all means do so, but leave my name on the code.