lemon/random.cc
author alpar
Fri, 13 Oct 2006 15:10:50 +0000
changeset 2241 37e0966e43b6
child 2246 9c472eee236f
permissions -rw-r--r--
Improve build environment and scripts
     1 #include <lemon/random.h>
     2 
     3 namespace lemon {
     4   Random rnd;
     5 }