The domain of the distribution can be truncated to the interval (lb,ub).
Returns
An object of class "unuran.cont".
See Also
unuran.cont.
References
N.L. Johnson, S. Kotz, and N. Balakrishnan (1995): Continuous Univariate Distributions, Volume 2. 2nd edition, John Wiley & Sons, Inc., New York. Chap. 23, p. 115.
## Create distribution object for standard logistic distributiondistr <- udlogis()## Generate generator object; use method PINV (inversion)gen <- pinvd.new(distr)## Draw a sample of size 100x <- ur(gen,100)