8. Uniform distribution. The uniform distribution assigns equal probability to all intervals of the same length within the
distribution's support. Using the function runif(n, min, max)
, draw 25 observations from a uniform distribution with
a minimum of -1 and a maximum of 1. Plot a histogram of your draws using hist()
.