python-dice icon indicating copy to clipboard operation
python-dice copied to clipboard

Dice parsing and evaluation library

Results 3 python-dice issues
Sort by recently updated
recently updated
newest added

What do you think? things like roll(1d2/3) would return 0.3(3) or 0.6(6)

The x operator adds another dice if a threshold is passed. Can you add the inverse? So that 1d20i = [1, 15] or 1d20i15 = [16] or [12, 19]. many...

There are some sites with api for getting quantum random numbers, I think it'd be nice to have: https://qrng.anu.edu.au/API/api-demo.php They're producing random numbers by reading void fluctuations or something like...