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
I see in BlackjackGame.cpp that you deal the dealer first, then the players. Also, each person receives two cards each time rather than going in true deal order. I doubt this affects the probability, but fixing the order gives me a little more confidence in the results.
I see in BlackjackGame.cpp that you deal the dealer first, then the players. Also, each person receives two cards each time rather than going in true deal order. I doubt this affects the probability, but fixing the order gives me a little more confidence in the results.
Here's a patch file:
https://gist.github.com/bumper314/da00311ce53d39097da8
The text was updated successfully, but these errors were encountered: