Answer the following questions:
a. Why does it mean to choose numbers “at random?”
b. Why the rand is function useful for simulating games of chance?
c. Why would you randomize a program by using srand? Under what circumstances is it ?desirable not to randomize?
d. Why is it often necessary to scale or shift the values produced by rand?
e. Why is computerized simulation of real?world situations a useful technique?