Poker Experiment

Description

The poker experiment consists of dealing 5 cards at random from a standard deck of 52 cards. The value of the hand is defined as follows:

  1. no value
  2. one pair
  3. two pair
  4. three of a kind
  5. straight
  6. flush
  7. full house
  8. four of a kind
  9. straight flush

Random variable \(V\) gives the value of the hand. The simulation can be set to stop automatically when \(V\) is a particular value.