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
When retrieving a card from a BasicShuffle, if it was built on a deck of exactly length 1, then it throws an index out of bounds exception after trying to retrieve two cards.
I believe this can be fixed by changing the card shuffling algorithm to accommodate for such situations.
The text was updated successfully, but these errors were encountered:
When retrieving a card from a BasicShuffle, if it was built on a deck of exactly length 1, then it throws an index out of bounds exception after trying to retrieve two cards.
I believe this can be fixed by changing the card shuffling algorithm to accommodate for such situations.
The text was updated successfully, but these errors were encountered: