rtnorm.Rd
Random sampling from one-sided truncated normal distribution
rtnorm(mu, sd, MIN)
Numeric length one.
Draws a random number and, if it doesn't fall within the specified range, resample using an adjusted Normal CDF. This isn't performed immediately because CDF sampling calls three functions – qnorm, runif, and pnorm–and therefore is much less efficient than a simple random sample.