Index: lemon/random.h
===================================================================
--- lemon/random.h	(revision 16)
+++ lemon/random.h	(revision 23)
@@ -697,5 +697,5 @@
     /// \brief Returns a random bool
     ///
-    /// It returns a random bool with given probability of true result
+    /// It returns a random bool with given probability of true result.
     bool boolean(double p) {
       return operator()() < p;
@@ -720,5 +720,5 @@
     /// Gauss distribution with given mean and standard deviation
 
-    /// Gauss distribution with given mean and standard deviation
+    /// Gauss distribution with given mean and standard deviation.
     /// \sa gauss()
     double gauss(double mean,double std_dev)
@@ -810,5 +810,5 @@
     ///@{
     
-    /// Uniform distribution on the full unit circle.
+    /// Uniform distribution on the full unit circle
 
     /// Uniform distribution on the full unit circle.
