Documentation is moved to source file
authordeba
Tue, 17 Oct 2006 10:42:19 +0000
changeset 22469c472eee236f
parent 2245 f09b1ea5c249
child 2247 269a0dcee70b
Documentation is moved to source file
lemon/random.cc
     1.1 --- a/lemon/random.cc	Tue Oct 17 10:40:28 2006 +0000
     1.2 +++ b/lemon/random.cc	Tue Oct 17 10:42:19 2006 +0000
     1.3 @@ -1,5 +1,8 @@
     1.4  #include <lemon/random.h>
     1.5  
     1.6  namespace lemon {
     1.7 +  /// \brief Global random number generator instance
     1.8 +  ///
     1.9 +  /// A global mersenne twister random number generator instance
    1.10    Random rnd;
    1.11  }