andrewprock / pokerstove

poker evaluation and enumeration software
BSD 3-Clause "New" or "Revised" License
795 stars 348 forks source link

Monte carlo simulations #42

Closed behzadk closed 5 years ago

behzadk commented 7 years ago

Hi all,

I've been able to do absolute simulations, whereby all possible scenarios are evaluated.

Is there a direct method of conducting monte carlo simulations with the library? By this I effectively mean random sampling of possible scenarios for a preset number of simulations.

Thanks in advance,

Bez

andrewprock commented 5 years ago

this is not an issue, but a feature to develop.

One day.