A computer routine called rand(a,b) returns a uniform random number between a and
b. if you want to generate a mean zero, unit variance uniform random number, what values of a and b would you use in the function call?