Changeset 375 for trunk/lib/random
- Timestamp:
- Aug 7, 2005, 11:51:58 PM (18 years ago)
- Location:
- trunk/lib/random
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/random/Makefile.am
r374 r375 8 8 noinst_LTLIBRARIES = librandom.la 9 9 librandom_la_SOURCES = \ 10 Random.cc10 random.cc 11 11 12 12 include_randomdir = $(includedir)/c++_tools/random 13 13 14 14 include_random_HEADERS = \ 15 Random.h15 random.h -
trunk/lib/random/random.cc
r374 r375 1 1 // $Id$ 2 2 3 #include <c++_tools/random/ Random.h>3 #include <c++_tools/random/random.h> 4 4 #include <c++_tools/statistics/Histogram.h> 5 5
Note: See TracChangeset
for help on using the changeset viewer.