[Lemon-commits] [lemon_svn] deba: r2996 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:51:43 CET 2006
Author: deba
Date: Tue Oct 17 12:42:19 2006
New Revision: 2996
Modified:
hugo/trunk/lemon/random.cc
Log:
Documentation is moved to source file
Modified: hugo/trunk/lemon/random.cc
==============================================================================
--- hugo/trunk/lemon/random.cc (original)
+++ hugo/trunk/lemon/random.cc Tue Oct 17 12:42:19 2006
@@ -1,5 +1,8 @@
#include <lemon/random.h>
namespace lemon {
+ /// \brief Global random number generator instance
+ ///
+ /// A global mersenne twister random number generator instance
Random rnd;
}
More information about the Lemon-commits
mailing list