lemon/random.cc
author deba
Sat, 14 Oct 2006 15:26:05 +0000
changeset 2242 16523135943d
child 2246 9c472eee236f
permissions -rw-r--r--
New random interface
Switching to the new interface
     1 #include <lemon/random.h>
     2 
     3 namespace lemon {
     4   Random rnd;
     5 }