diff -r da414906fe21 -r bb40b6db0a58 lemon/random.h --- a/lemon/random.h Fri Sep 26 12:40:11 2008 +0200 +++ b/lemon/random.h Sat Sep 27 14:33:28 2008 +0200 @@ -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;