Question

Which of the following is false?
a. An engine implements a random-number generation algorithm that produce pseudorandom numbers.
b. A distribution controls the range of values produced by an engine, the types of those and the statistical properties of the values.
c. The default range of a uniform_int_distribution is from 0 to 32767.
d. C++11 provides many classes that represent various random-number generation engines and distributions.

Answer

This answer is hidden. It contains 130 characters.