willkmcarthur / poker-solver

Open-source poker hand analyzer and solver for amateur poker players.
MIT License
1 stars 0 forks source link

Test hand generators #20

Open willkmcarthur opened 10 months ago

willkmcarthur commented 10 months ago

Create methods that accept a number and output that number of hands of a specific hand in object format.

i.e. gen_two_pair(5) would return 5 random two pair hands.

willkmcarthur commented 9 months ago

found that the high card generator will not filter out straights

Image

willkmcarthur commented 9 months ago

tested 1000 high cards and fixed the straight issue as well.