ByteBot
The ByteBot is an 8-bit random number generator I designed and built for a college course. It flips 8 quarters, reads heads or tails (heads=1, tails=0), and generates a random byte and thus a number between 0 and 255. It then automatically resets itself. It is also modular and can be disassembled into three primary components for transport with no tools. All of the components were machined in my shop.
Demo: https://youtu.be/tLvxAq99c2I
View Website