Changeset 312


Ignore:
Timestamp:
May 12, 2005, 9:57:20 AM (18 years ago)
Author:
Peter
Message:

doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/utility/random_singleton.h

    r308 r312  
    9292
    9393    ///
    94     /// @brief random number from Poisson distribution
    95     /// @todo
     94    /// @brief random number from Poisson distribution
     95    ///
     96    /// Probability that returned number i \f$ k \f$ is \f$ P(k) =
     97    /// \frac{m^k}{k!}e^{-m} \f$
    9698    inline u_int get_poisson(const double m) const
    9799    { return gsl_ran_poisson(r_, m); }
Note: See TracChangeset for help on using the changeset viewer.