Rolls your D&D character stats millions of times, giving you the best result.ult.
Open the latest release, download the .windows.exe file, and double click to run it
Open the latest release, download the .linux.amd64 file, navigate to it in the terminal and then run it
Not yet supported
Speed Summary (For 1 million stat rolls):
- Python ~9.8
- Go ~850 ms
- Go (multithread) ~150 ms (16 cores)
I already have a Python script that performs this task, but it's fairly slow, taking around 9.8 seconds to process a million roles. This time, I am using Go and leveraging multithreading to make it incredibly fast.