What should happen if you pass multiple of the same DieSide
to a CustomDie
?
#56
Labels
question
Further information is requested
DieSide
to a CustomDie
?
#56
This would effectively weigh the die, which would impact #52. But the question is, should
CustomDie
allow that and check for it in thechance(of:)
method, or should it filter out duplicates in the initializer?Right now, it allows it and checks in the (upcoming)
chance(of:)
methodThe text was updated successfully, but these errors were encountered: