[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


rndexp Source code in rndexp.pro

rndexp

Name
               rndexp
Purpose
               return a random value on the basis of an exponential
               distribution with a given average
Category
               timing tools
Calling Sequence
               rndexp(avg,seed)
Input Parameters
               avg  : average of the exponential distribution
               seed : seed value for random number generation via the
                      ran3 generator (set to negative to reinitialize)
Optional Input Parameters
               none
Keyword Parameters
               none
Output Parameters
               rndexp : random value on the basis of an exponential
                          distribution with the given average
Optional Output
               none
Common Blocks
               none
Side Effects
               none
Restrictions
               none
Procedure
               see code
Example
               rndexp(100,seed)
Revision History
               Version 1.0, 1998/03/09, Katja Pottschmidt, Joern Wilms,
                                        Sara Benlloch
               Version 2.0, 1998/03/12, Sara (ran3)
                                        (benlloch@astro.uni-tuebingen.de)
           CVS Version 1.1, 2001/03/13, Joern Wilms
               removed @ran3 from top to avoid IDL inclusion problems

Last modified by pro2html on 2005 January 04 at 16:41 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically