lemon/random.h
changeset 280 e7f8647ce760
parent 209 765619b7cbb2
child 351 2593e163e407
child 391 c4aa9f097ef1
     1.1 --- a/lemon/random.h	Mon Sep 22 10:56:01 2008 +0200
     1.2 +++ b/lemon/random.h	Mon Jul 14 15:23:11 2008 +0100
     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;