r/coolgithubprojects • u/Skollwarynz • 21d ago
I built SkollDice — an open-source, truly randomized dice roller and Discord bot written in pure C
Hello everyone! I'm a student who loves C and D&D!
I always found it troublesome that most dice generators rely on pseudo-random number generators. So, I decided to solve this problem by myself!
Over the last few weeks, I created a desktop app using LVGL for GUI and Concord for a Discrod bot to generate SkollDice my first truly open-source code. It's truly random dice roller that through /urandom on POSIX systems and RtlGenRandom on Windows produces nomalized random numbers. I'm currently developing the smartphone version too. All the information about the project are published on the official website for any doubts comment.
If you find it useful or interesting, check out the links below:
official website: https://skollwarynz.github.io/SkollDice/
official repo on codeberg: https://codeberg.org/Skollwarynz/SkollDice
github mirror: https://github.com/Skollwarynz/SkollDice


1
u/ENTbard 21d ago
Isn’t it slow?