The Dungeons and Dragons electronic dice roller was a project I made as a gift to my younger brother, who obviously loves Dungeons and Dragons.
The electronic dice as 6 buttons that allow the user to roll any of the dice require to place D&D (D4, D6, D8, D12, D20 and D100) and is based off the ATmega328p microcontroller which is popular for Arduino projects.
The electronic dice program tries to emulate a truly random number generator by generating a new seed based off an internal hardware timer value every time a button is pressed.