lemon/random.cc
author alpar
Thu, 12 Oct 2006 10:56:26 +0000
changeset 2237 5674a5983e1e
child 2246 9c472eee236f
permissions -rw-r--r--
Improve the configuration environment / repository layout:
- Update README
- svn-head -> svnhead version tag change (in favor of rpm build)
- rpmbuild-glpk: a script to build glpk rpm.
deba@2229
     1
#include <lemon/random.h>
deba@2229
     2
deba@2229
     3
namespace lemon {
deba@2229
     4
  Random rnd;
deba@2229
     5
}