Simulate random samples from truncated normal distribution
rtrunc_norm.RdSimulate random draws from a truncated normal distribution based using inverse cumulative distribution function for normal distribution.
Details
This approach is an approximation based on the normal distribution
for case application to tested uses in the `anadrofish` package. It should
not be considered a generalized solution. This function is used to replace
the rtruncnorm function from the truncnorm package to eliminate
need for compilation in the anadrofish package and eliminate
dependency on truncnorm (which requires compilation).