Roll dice

Sometimes you just want to use a simple online dice roller; at other times, you want to roll one yourself using your favorite programming language.

It can be useful to generate random numbers using C#. Here is a zipped Visual Studio Community 2022 project demonstrating rolling d6 dice. And below, I've inlined the Github gist of the class I'm using.

Tags: