Mercurial > hg > octave-lyh
changeset 10787:ac433932ce23
Correct typo in rande documentation (bug #30446).
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 14 Jul 2010 09:57:32 -0700 |
parents | 146a97c3bc97 |
children | c69252eb2f2b |
files | src/ChangeLog src/DLD-FUNCTIONS/rand.cc |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-07-08 Rik <octave@nomad.inbox5.com> + + * DLD_FUNCTIONS/rand.cc: Correct typo in rande documentation (bug #30446). + 2010-07-13 Jaroslav Hajek <highegg@gmail.com> * DLD-FUNCTIONS/cellfun.cc (mat2cell_mismatch, prepare_idx,
--- a/src/DLD-FUNCTIONS/rand.cc +++ b/src/DLD-FUNCTIONS/rand.cc @@ -562,7 +562,7 @@ Return a matrix with exponentially distributed random elements. The\n\ arguments are handled the same as the arguments for @code{rand}.\n\ \n\ -By default, @code{randn} uses the Marsaglia and Tsang ``Ziggurat technique'' to\n\ +By default, @code{rande} uses the Marsaglia and Tsang ``Ziggurat technique'' to\n\ transform from a uniform to a exponential distribution. (G. Marsaglia and\n\ W.W. Tsang, @cite{Ziggurat method for generating random variables},\n\ J. Statistical Software, vol 5, 2000,\n\