subject

1) dice probability distribution simulation (30 points) function name: sim_dice parameters: none return: a dictionary with 6 elements: keys are integers 1 to 6, values are corresponding number of occurrence description: you roll the dice 10,000 times. each time you get one of six sides with a probability of 1/6. you need to generate the total number of occurrence for each side, store them in a dictionary as a returned value. hint: 1. this rolling is equal to choosing a number in [0,1) while dividing it into 6 sections: [0, 1/6), [1/6, 2/6), [2/6, 3/6), [3/6, 4/6), [4/6, 5/6), [5/6, 1) 2. you need to use random() to randomly generate a floating number between 0 and 1

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 16:30
The most common battery cable terminal is a that provides a large surface contact area with the ability to tighten the terminal onto the battery post using a nut and bolt.
Answers: 2
question
Computers and Technology, 23.06.2019 15:00
Plz ( which is an example of a good url?
Answers: 1
question
Computers and Technology, 23.06.2019 19:30
What are loans to a company or government for a set amount of time
Answers: 1
question
Computers and Technology, 23.06.2019 21:00
Alcohol’s affects on the cornea and lens of the eye make it more difficult
Answers: 1
You know the right answer?
1) dice probability distribution simulation (30 points) function name: sim_dice parameters: none r...
Questions
question
Mathematics, 10.12.2020 02:50
question
Mathematics, 10.12.2020 02:50
question
Mathematics, 10.12.2020 02:50