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 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
Get step-by-step solutions from verified subject matter experts
