Documentation ¶
Overview ¶
功能:终极德州扑克任务-统计7张牌出现对子的概率 说明:
功能:终极德州扑克任务-统计7张牌出现对子的概率 说明:
Index ¶
Constants ¶
View Source
const ( TASK_TAG = "ultimate_holdem_task_7_cards_pair" //任务名称 DECKS = 1 //牌副数 )
View Source
const ( GO_ROUTINE_CNT = 1 //goroutine个数 LOOP_TIMES = 1 //每个goroutine循环次数 MIN_CARD_CNT = 2 MAX_CARD_CNT = 7 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.