Scythe-1.0.3
template<class RNGTYPE>
double scythe::rng< RNGTYPE >::rlogis ( double  location,
double  scale 
) [inline]

Generate a logistically distributed random variate.

This function returns a pseudo-random variate drawn from the logistic distribution described by the given location and scale variables.

Parameters:
locationThe location of the distribution.
scaleThe scale of the distribution.
See also:
plogis(double x, double location, double scale)
dlogis(double x, double location, double scale)
Exceptions:
scythe_invalid_arg(Level 1)