changeset 283 | 66bb22401834 |
parent 209 | 765619b7cbb2 |
child 339 | 2593e163e407 |
child 377 | c4aa9f097ef1 |
1.1 --- a/lemon/random.h Fri Sep 26 13:46:49 2008 +0200 1.2 +++ b/lemon/random.h Sat Sep 27 13:45:50 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;