説明
3倍賭けモンテカルロ法 ~Triple bet Monte Carlo method~
・配当が3倍のゲームで使用します
・1ユニット単位で3個以上の数列を準備します
・勝利した場合、数列の両端からそれぞれ2つずつ消します(合計4個)
・負けた場合、数列の両端を足した数を数列の最後に追加します
・賭け金は数列の両端を足した数をベットします
Description
Triple bet Monte Carlo method
・Used in games with triple payouts.
・Prepare 3 or more sequences for each unit.
・If you win, erase 2 from each end of the sequence (4 in total).
・If you lose, add the sum of both ends of the sequence to the end of the sequence.
・The stake is the sum of both ends of the sequence.