lemon/random.cc
author alpar
Thu, 12 Oct 2006 11:53:31 +0000
changeset 2239 18c24fe93b99
child 2246 9c472eee236f
permissions -rw-r--r--
Turn off 32bit specific tests.
deba@2229
     1
#include <lemon/random.h>
deba@2229
     2
deba@2229
     3
namespace lemon {
deba@2229
     4
  Random rnd;
deba@2229
     5
}