lemon/random.cc
author deba
Tue, 17 Oct 2006 10:42:19 +0000
changeset 2246 9c472eee236f
parent 2229 4dbb6dd2dd4b
child 2249 dd8e95c663f0
permissions -rw-r--r--
Documentation is moved to source file
     1 #include <lemon/random.h>
     2 
     3 namespace lemon {
     4   /// \brief Global random number generator instance
     5   ///
     6   /// A global mersenne twister random number generator instance
     7   Random rnd;
     8 }