Project Management Answers

Rand between generates random numbers based on what kind of probability distribution:

Q: Rand between generates random numbers based on what kind of probability distribution:

or

Q: Rand between determines what type of probability distribution is used to generate random numbers:

  • Bernoulli
  • Uniform
  • All of these
  • Normal
  • Discrete

Explanation: With RANDBETWEEN, each number within the specified range has an equal probability of being selected, which is the defining characteristic of a uniform distribution.

Leave a Reply

Your email address will not be published. Required fields are marked *