lemon/random.h
changeset 287 bb40b6db0a58
parent 209 765619b7cbb2
child 339 2593e163e407
child 377 c4aa9f097ef1
     1.1 --- a/lemon/random.h	Fri Sep 26 12:40:11 2008 +0200
     1.2 +++ b/lemon/random.h	Sat Sep 27 14:33:28 2008 +0200
     1.3 @@ -821,7 +821,6 @@
     1.4      /// Standard Gauss distribution.
     1.5      /// \note The Cartesian form of the Box-Muller
     1.6      /// transformation is used to generate a random normal distribution.
     1.7 -    /// \todo Consider using the "ziggurat" method instead.
     1.8      double gauss()
     1.9      {
    1.10        double V1,V2,S;