powered by
Computes a random number.
rhalfnorm(n, mean = 0, sd = 1)
For internal use
# NOT RUN { ## The function is currently defined as function(n, mean = 0, sd = 1) { abs(rnorm(n, mean, sd)) } # }
Run the code above in your browser using DataLab