photo

Zixi


Last seen: 2年弱 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


using a Monte Carlo simulation with 100,000 trials to find the probability of a random integer that is larger than the other random integer in [4,21]
trials= 100000; % 100,000 trials A_win=0; A_win_or_equals_to_B=0; for i = 1 : trials % min 4 and max 21. a random in...

2年弱 前 | 3 件の回答 | 0

3

回答