a. Create a vector of 5000 random numbers distributed according to the normal distribution with mean m = and variance s2 = 3.
b. Plot the histogram.
c. Compute the mean value and the variance of the samples.
d. Create a vector of 5000 random numbers uniformly distributed in the interval from a = 1 to b = 10.
e. Plot the histogram.
f. Compute the mean value and the variance of the samples.