# HG changeset patch # User alpar # Date 1172765052 0 # Node ID 7b0558c52de3b0e4f01d2f0a48e6f0304df15a14 # Parent 248152674a9e86596ebca0af3afbc654d11182bb ball2() -> disc() renaming diff -r 248152674a9e -r 7b0558c52de3 lemon/random.h --- a/lemon/random.h Thu Mar 01 16:03:36 2007 +0000 +++ b/lemon/random.h Thu Mar 01 16:04:12 2007 +0000 @@ -754,7 +754,7 @@ ///@{ /// Uniform distribution on the full unit circle. - dim2::Point ball2() + dim2::Point disc() { double V1,V2; do {