A pseudo-random number generator is a mathematical function that produces a sequence of numbers that is supposed to appear to be random (which implies uniformly distributed) and is used in simulation. If the generator produces real numbers over the interval from 0.5 to 5.0, what is the probability that a value is between 2.6 and 2.9?
X ~ U(0.5 , 5)
P(2.6 < X < 2.9) = (2.9 - 2.6) / (5 - 0.5) = 0.0667 (ans)
Get Answers For Free
Most questions answered within 1 hours.