COIN-OR::LEMON - Graph Library

source: lemon-0.x/lemon/random.cc @ 2229:4dbb6dd2dd4b

Last change on this file since 2229:4dbb6dd2dd4b was 2229:4dbb6dd2dd4b, checked in by Balazs Dezso, 18 years ago

Mersenne Twister random number generator

The code is based on the official MT19937 implementation
It is fully rewritten:

http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html

todo: fixing copyright information

File size: 61 bytes
Line 
1#include <lemon/random.h>
2
3namespace lemon {
4  Random rnd;
5}
Note: See TracBrowser for help on using the repository browser.