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.
     1 #include <lemon/random.h>
     2 
     3 namespace lemon {
     4   Random rnd;
     5 }