lemon/random.cc
author alpar
Thu, 12 Oct 2006 11:09:17 +0000
changeset 2238 8d623100ab13
child 2246 9c472eee236f
permissions -rw-r--r--
Bugfix
     1 #include <lemon/random.h>
     2 
     3 namespace lemon {
     4   Random rnd;
     5 }