COIN-OR::LEMON - Graph Library

Changeset 23:0ba375bf5dae in lemon for lemon


Ignore:
Timestamp:
01/03/08 14:51:14 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Small doc improvement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/random.h

    r16 r23  
    697697    /// \brief Returns a random bool
    698698    ///
    699     /// It returns a random bool with given probability of true result
     699    /// It returns a random bool with given probability of true result.
    700700    bool boolean(double p) {
    701701      return operator()() < p;
     
    720720    /// Gauss distribution with given mean and standard deviation
    721721
    722     /// Gauss distribution with given mean and standard deviation
     722    /// Gauss distribution with given mean and standard deviation.
    723723    /// \sa gauss()
    724724    double gauss(double mean,double std_dev)
     
    810810    ///@{
    811811   
    812     /// Uniform distribution on the full unit circle.
     812    /// Uniform distribution on the full unit circle
    813813
    814814    /// Uniform distribution on the full unit circle.
Note: See TracChangeset for help on using the changeset viewer.