COIN-OR::LEMON - Graph Library

source: lemon-0.x/lemon/random.cc @ 2246:9c472eee236f

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

Documentation is moved to source file

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