RANDGUMBEL

RANDGUMBEL

Synopsis

RANDGUMBEL(a,b[,type])

Description

RANDGUMBEL returns a Type I or Type II Gumbel-distributed random number. type is either 1 or 2 and specifies the type of the distribution (Type I or Type II).

  • If type is neither 1 nor 2, RANDGUMBEL returns #NUM! error.
  • If type is omitted, Type I is assumed.

Examples

RANDGUMBEL(0.5,1,2).

See also

RAND.