Poker odds calculator

  • Thread starter Thread starter hardieca
  • Start date Start date
H

hardieca

Has anyone heard of an open-source .NET engine that calculates the
winning and losing percentages of hands?

Regards,

Chris
 
Has anyone heard of an open-source .NET engine that calculates the
winning and losing percentages of hands?

No - I started writing a poker player at one time but never finished
it. I reckoned that the easiest way of getting a good idea of the odds
is to play a million hands with random decks (given the dealt cards),
and see how many of them win. The maths involved in a precise
calculation would be horrendous.
 
do you really think it would be that horrendous :)

Ollie Riches
 
Ollie Riches said:
do you really think it would be that horrendous :)

Yup. I've got a maths degree but wouldn't like to spend the time
working it out. If you're an expert in probability and combinatorics it
*might* just be quicker to work out the probability than to write the
code to simulate it - but I doubt it...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top