COIN-OR::LEMON - Graph Library

source: lemon-0.x/lemon/random.cc @ 2247:269a0dcee70b

Last change on this file since 2247:269a0dcee70b was 2246:9c472eee236f, checked in by Balazs Dezso, 18 years ago

Documentation is moved to source file

File size: 185 bytes
Line 
1#include <lemon/random.h>
2
3namespace lemon {
4  /// \brief Global random number generator instance
5  ///
6  /// A global mersenne twister random number generator instance
7  Random rnd;
8}
Note: See TracBrowser for help on using the repository browser.