Method for sampling from a normal object.
# S3 method for class 'normal'
sampler(x, ...)A function that samples from the normal distribution. As input,
it accepts a sample size n, a numeric mu, and a variance
numeric var. By default, mu and var are the mean and
variance of object x.