photo

Zixi


Last seen: meer dan een jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

meer dan een jaar ago | 3 answers | 0

3

answers