1000 random integers are generated randomly with a uniform distribu
tion over the range 1 to 1000 inclusive. Which of the following would
indicate a poor generator?

a. the average of the numbers is about 499
b. each number appears exactly once
c. no four consecutive numbers are all even
d. two of the above
e. all of (a), (b), and (c)

D

Computer Science & Information Technology

You might also like to view...

A DTD defines the structure of the data and, very broadly, the types of data allowable.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the followings is the correct CSS property for an element's background color?

A. background color B. background-color C. bgcolor D. color

Computer Science & Information Technology