Most computer random number generators (at least initially--we can build others based on this) give random numbers uniformly distributed between 0 and 1. That is, any number between 0 and 1 is equally likely to occur. Because the area under the curve is equal to 1, each tenth occurs 10% of the time, or 0.1. What proportion of the time should our random number generator give us a value less than 0.3 or larger than 0.8?
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Most computer random number generators (at least initially--we can build others based on this) give random numbers uniformly distributed ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » Most computer random number generators (at least initially--we can build others based on this) give random numbers uniformly distributed between 0 and 1. That is, any number between 0 and 1 is equally likely to occur.