R/rllog.R

Defines functions rllog

Documented in rllog

rllog <-
function(n,shape=1,scale=1)
	exp(rlogis(n,location=scale,scale=shape))
tpetzoldt/FAdist documentation built on March 4, 2022, 12:42 a.m.