Enables sampling from a truncated normal
rtruncated_normal(n, mu, sigma, a, b)
An unsigned int
indicating the number of observations to generate.
A double
indicating the mean of the normal.
A double
indicating the standard deviation of the normal.
A double
that is the lower bound of the truncated normal.
A double
that is the upper bound of the truncated normal.