R/logistic.R
rlogistic.Rd
RNG for the logistic distribution
rlogistic(n, mu = 0, sigma = 1)
Number of samples.
Mean, unbound
Scale, sigma > 0
Random numbers from the logistic distribution.
hist(rlogistic(100, mu = 2, sigma = 2))