Random Number
Random Number
RAND RAND()
RANDBERNOULLI RANDBERNOULLI(p)
RANDBETA RANDBETA(a,b)
RANDBINOM RANDBINOM(p,trials)
RANDCAUCHY RANDCAUCHY(a)
RANDCHISQ RANDCHISQ(nu)
RANDEXP RANDEXP(b)
RANDEXPPOW RANDEXPPOW(a,b)
RANDFDIST RANDFDIST(nu1,nu2)
RANDGAMMA RANDGAMMA(a,b)
RANDGEOM RANDGEOM(p)
RANDGUMBEL RANDGUMBEL(a,b[,type])
RANDHYPERG RANDHYPERG(n1,n2,t)
RANDLANDAU RANDLANDAU()
RANDLAPLACE RANDLAPLACE(a)
RANDLEVY RANDLEVY(c,alpha[,beta])
RANDLOG RANDLOG(p)
RANDLOGISTIC RANDLOGISTIC(a)
RANDNORM RANDNORM(mean,stdev)
RANDNORMTAIL RANDNORMTAIL(a,sigma)
RANDPARETO RANDPARETO(a,b)
RANDPOISSON RANDPOISSON(lambda)
RANDRAYLEIGH RANDRAYLEIGH(sigma)
RANDRAYLEIGHTAIL RANDRAYLEIGHTAIL(a,
sigma)
RANDTDIST RANDTDIST(nu)
RANDUNIFORM RANDUNIFORM(a,b)
RANDWEIBULL RANDWEIBULL(a,b)
RANDLANDAU returns a random variate from the Landau distribution. The RANDLANDAU().
probability distribution for Landau random variates is defined analytically by
the complex integral,
RANDNORMTAIL returns a random variates from the upper tail of a normal RANDNORMTAIL(0.5,0.1).
distribution with standard deviation sigma. The values returned are larger
than the lower limit a, which must be positive. The method is based on
Marsaglia's famous rectangle-wedge-tail algorithm (Ann Math Stat 32, 894-
899 (1961)), with this aspect explained in Knuth, v2, 3rd ed, p139, 586
(exercise 11).
p(x) dx = {x over sigma^2} exp ((a^2 - x^2) /(2 sigma^2)) dx, for x > a.
SIMTABLE returns one of the values in the given argument list depending SIMTABLE(TRUE,FALSE)
on the round number of the simulation tool. When the simulation tool is not returns TRUE on the first
activated, SIMTABLE returns d1. simulation round and
FALSE on the second
round.
URL of full description
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RAND.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDBERNOULLI.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDBETA.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDBETWEEN.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDBINOM.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDCAUCHY.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDCHISQ.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDDISCRETE.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDEXP.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDEXPPOW.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDFDIST.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDGAMMA.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDGEOM.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDGUMBEL.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDHYPERG.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDLANDAU.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDLAPLACE.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDLEVY.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDLOG.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDLOGISTIC.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDLOGNORM.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDNEGBINOM.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDNORM.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDNORMTAIL.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDPARETO.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDPOISSON.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDRAYLEIGH.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDRAYLEIGHTAIL.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDTDIST.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDUNIFORM.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-RANDWEIBULL.shtml
http://www.gnome.org/projects/gnumeric/doc/gnumeric-SIMTABLE.shtml
The documentation on this spreadsheet is adopted from the Debian package
gnumeric-doc_1.6.3-0ubuntu4_all.deb retrieved from the Ubuntu Dapper/main
repository and translated into spreadsheet format by Alan Tam and Cliff Man on
2006-05-24 and numerous dates onwards.
Gnumeric sources, which include the Gnumeric Manual, can now be found at
http://www.gnome.org/gnumeric/ <http://www.gnome.org/gnumeric/> .
Release 1.0 of the Gnumeric Manual is copyright 1998, 1999, 2000, 2001, 2002 by
Miguel de Icaza, Jody Goldberg, Thomas Canty, Jukka-Pekka Iivonen, Andreas J.
Guelzow, Wayne Schuller, Adrian Custer, Kevin Breit, Aaron Weber, Alexander
Kirillov under the following terms:
Permission is granted to copy, distribute and/or modify this document under the
terms of the GNU Free Documentation License, Version 1.1 or any later version
published by the Free Software Foundation with no Invariant Sections, no
Front-Cover Texts, and no Back-Cover Texts.