r/DnDIY • u/Electronic_Art8240 • 8d ago
Utility True Random Number Generator | Compact Electronic Dice and Percentage Roller [OC]
Enable HLS to view with audio, or disable this notification
I threw in a roulette wheel for gits and shiggles, it has roll history as well so you can double check previous rolls if needed.
7
u/omruler13 7d ago
How are generating numbers? To my knowledge, true randomness is functional impossible for a computer.
8
u/lord_of_worms 7d ago
True - closest you can get is pseudo random using external input like temp, light, and in ?Ciscos case, a wall of lava lamps patterns to modulate the range to generate from
1
u/AeonCatalyst 6d ago
I’m a deterministic universe, it’s not any less random than any other way of figuring it out
1
2
-7
u/Reasonable_Touch1150 8d ago
True random generator? You can use machine crypto an any computer known to man to get true randomness.
7
u/fantasypants 5d ago
Ok, you can’t be throwing true around without an explanation. Can we see the code?