COIN-OR::LEMON - Graph Library

Changeset 16:22696f89d183 in lemon-main for lemon/random.h


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

Small fixes.
Documentation fixes.
Removed \author tags.
Removed superfluous ; characters after function codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/random.h

    r12 r16  
    7474///\file
    7575///\brief Mersenne Twister random number generator
    76 ///
    77 ///\author Balazs Dezso
    7876
    7977namespace lemon {
     
    517515  /// good programming convenience to use this global generator to get
    518516  /// random numbers.
    519   ///
    520   /// \author Balazs Dezso
    521517  class Random {
    522518  private:
    523519
    524     // architecture word
     520    // Architecture word
    525521    typedef unsigned long Word;
    526522   
     
    724720    /// Gauss distribution with given mean and standard deviation
    725721
     722    /// Gauss distribution with given mean and standard deviation
    726723    /// \sa gauss()
    727     ///
    728724    double gauss(double mean,double std_dev)
    729725    {
     
    815811   
    816812    /// Uniform distribution on the full unit circle.
     813
     814    /// Uniform distribution on the full unit circle.
     815    ///
    817816    dim2::Point<double> disc()
    818817    {
Note: See TracChangeset for help on using the changeset viewer.