Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Never make a full-house? #3

Open
cviebrock opened this issue Jul 5, 2021 · 0 comments · May be fixed by #4
Open

Never make a full-house? #3

cviebrock opened this issue Jul 5, 2021 · 0 comments · May be fixed by #4

Comments

@cviebrock
Copy link

I realize this is an older project, but:

./poker-odds -a "KS QS" -b "KD KH 2S"
results:
0.00% chance of nothing
0.00% chance of a pair
0.00% chance of two pair
91.58% chance of three of a kind
0.00% chance of a straight
4.16% chance of a flush
0.00% chance of a full house
4.26% chance of four of a kind
0.00% chance of a straight flush

Zero percent chance of completing that full house must be wrong. In fact:

./poker-odds -a "Ks Qs" -b "Kd Kh Qh"

also says zero percent, so I think there is an error somewhere.

@cviebrock cviebrock linked a pull request Jul 5, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant