This repository contains a Python-based poker hand simulator that deals hands to both a player and a dealer, evaluates their poker hands, and determines the winner based on traditional poker hand ...
A parallelized poker hand simulator to determine the strength of a poker hand that uses monte carlo estimation and OpenMPI The basic idea is to run millions of poker hands per minute in parallel, ...