Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimulationData ¶
type SimulationResult ¶
type SimulationResult struct {
Hand string `json:"hand" bson:"hand"`
EndHandSize int32 `json:"end_hand_size" bson:"end_hand_size"`
ExpectedRank float32 `json:"expected_rank" bson:"expected_rank"`
RoyalFlush float32 `json:"royal_flush" bson:"royal_flush"`
StraightFlush float32 `json:"straight_flush" bson:"straight_flush"`
FourOfAKind float32 `json:"four_of_a_kind" bson:"four_of_a_kind"`
FullHouse float32 `json:"full_house" bson:"full_house"`
Flush float32 `json:"flush" bson:"flush"`
Straight float32 `json:"straight" bson:"straight"`
ThreeOfAKind float32 `json:"three_of_a_kind" bson:"three_of_a_kind"`
TwoPair float32 `json:"two_pair" bson:"two_pair"`
Pair float32 `json:"pair" bson:"pair"`
HighCard float32 `json:"high_card" bson:"high_card"`
}
Click to show internal directories.
Click to hide internal directories.