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.

c. The default range of a uniform_int_distribution is from 0 to 32767.

Computer Science & Information Technology

You might also like to view...

To promote text in an outline, you press the ________ button

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following issues and maintains digital certificates?

A. Registration Authority B. Certification Authority C. Public Key Infrastructure D. Client nodes

Computer Science & Information Technology