diff -r 7abfb55f1ecc -r e7f8647ce760 lemon/random.h --- a/lemon/random.h Mon Sep 22 10:56:01 2008 +0200 +++ b/lemon/random.h Mon Jul 14 15:23:11 2008 +0100 @@ -821,7 +821,6 @@ /// Standard Gauss distribution. /// \note The Cartesian form of the Box-Muller /// transformation is used to generate a random normal distribution. - /// \todo Consider using the "ziggurat" method instead. double gauss() { double V1,V2,S;