Quackprep Org Undertale !!better!! Info

# Simulate expected damage over n turns function simulate(n, trials, hit_prob, damage_min, damage_max): total = 0 for t in 1..trials: dmg = 0 for i in 1..n: if random() < hit_prob: dmg += uniform_int(damage_min, damage_max) total += dmg return total / trials End of monograph.

この機能は会員登録(無料)で使えるようになります

今すぐ会員登録(無料) ログイン

日経クロステック有料会員限定の機能です

有料会員(月額プラン)は初月無料! ログイン