You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this is an amazing project. It's the easiest Python library for dice rolling I have seen until now.
I think an useful feature would be to include a custom dice class, where you can define the available values as a list or tuple. Then it can be integrated with the rest of the dice syntax (by calling random.choice() instead of random.randint(), for example).
The text was updated successfully, but these errors were encountered:
Hi, this is an amazing project. It's the easiest Python library for dice rolling I have seen until now.
I think an useful feature would be to include a custom dice class, where you can define the available values as a list or tuple. Then it can be integrated with the rest of the dice syntax (by calling
random.choice()
instead ofrandom.randint()
, for example).The text was updated successfully, but these errors were encountered: