1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-22 08:52:01 +01:00

internal random generator entirely removed, use C++11 generators

This commit is contained in:
2016-04-06 20:04:23 +01:00
parent 984947c677
commit 3611d12fa9
20 changed files with 71 additions and 1044 deletions

View File

@ -40,7 +40,6 @@ libLatAnalyze_la_SOURCES = \
Minimizer.cpp \
Model.cpp \
Plot.cpp \
RandGen.cpp \
RootFinder.cpp \
Solver.cpp \
StatArray.cpp \
@ -75,7 +74,6 @@ libLatAnalyze_la_HEADERS = \
Model.hpp \
ParserState.hpp \
Plot.hpp \
RandGen.hpp \
RootFinder.hpp \
TabFunction.hpp \
Solver.hpp \