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.