• @rutrum@lm.paradisus.day
    link
    fedilink
    English
    15 months ago

    How exactly do you simulate die rolls? Do you actually use a random number a bunch of times and average? Because its 2d6, it has a known distribution. You could iterate over all combinations and use the probably distribution to weight each result. How did you accomplish this?