R/rgumbel.R

Defines functions rgumbel

Documented in rgumbel

rgumbel <-
function(n,scale=1,location=0)
	qgumbel(runif(n),scale,location)
tpetzoldt/FAdist documentation built on March 4, 2022, 12:42 a.m.