Question: Write a program to generate the histogram for the random number generator. Create 10 counters with the following limits: First initialize each counter to zero.

 Write a program to generate the histogram for the random number

Write a program to generate the histogram for the random number generator. Create 10 counters with the following limits: First initialize each counter to zero. Generate a random number between O and 1. Increment the corresponding counter by 1. Repeat this 10, 000 times. Whenever random number generated falls in a particular range increment the corresponding bin by one. Plot the counter frequencies (i-e. the histogram)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!