COIN-OR::LEMON - Graph Library

Changeset 2229:4dbb6dd2dd4b in lemon-0.x for lemon/Makefile.am


Ignore:
Timestamp:
10/02/06 18:11:00 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2969
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r2218 r2229  
    1313        lemon/color.cc \
    1414        lemon/eps.cc \
    15         lemon/bits/mingw32_rand.cc \
    16         lemon/bits/mingw32_time.cc
     15        lemon/bits/mingw32_time.cc \
     16        lemon/random.cc
    1717
    1818lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
     
    8787        lemon/radix_heap.h \
    8888        lemon/radix_sort.h \
     89        lemon/random.h \
    8990        lemon/refptr.h \
    9091        lemon/simann.h \
     
    113114        lemon/bits/item_writer.h \
    114115        lemon/bits/map_extender.h \
    115         lemon/bits/mingw32_rand.h \
    116116        lemon/bits/mingw32_time.h \
    117117        lemon/bits/traits.h \
Note: See TracChangeset for help on using the changeset viewer.