The RPG Dice Simulator (RPGDS) is a tiny java application that simulates all common RPG dice. These are
D2 (two-sided LaPlace coin)
D4 (tetrahedron, four sides)
D6 (hexahedron, six sides, normal game die)
D8 (octahedron, eight sides)
D12 (dodecahedron, twelve sides)
D20 (icosahedron, twenty sides)
The project is separated into two parts: aRPGDS and jRPGDS.
aRPGDS is the Android repository and package
jRPGDS is the Java/AWT repository and package