lemon/random.cc
author alpar
Thu, 12 Oct 2006 10:53:49 +0000
changeset 2236 9f329faa4aee
child 2246 9c472eee236f
permissions -rw-r--r--
EdgeLookUp and AllEdgeLookUp tests added.
deba@2229
     1
#include <lemon/random.h>
deba@2229
     2
deba@2229
     3
namespace lemon {
deba@2229
     4
  Random rnd;
deba@2229
     5
}