ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/math/Makefile
Revision: 2076
Committed: Wed Mar 2 15:36:14 2005 UTC (19 years, 4 months ago) by tim
File size: 159 byte(s)
Log Message:
remove default parameter from MersenneTwister.hpp which causes all kinds of trouble.
Refactory random number generator

File Contents

# Content
1 Package = math
2
3 Source = \
4 ParallelRandNumGen.cpp \
5 SeqRandNumGen.cpp
6
7 RmiSource =
8
9 Main =
10
11 DEV_ROOT=../..
12 include $(DEV_ROOT)/make/Makefile
13