I wrote a Microsoft C# computer program to experimentally calculate poker hand probabilities:

As you can easily discern there are ten probabilities from Royal Flush down to High Card. I am worried about % Error of the Straight case. I used 10 * C(52, 5) = 10 * 2598960 samples to determine the calculated approximate poker hand probabilities.
