Changeset 798 for trunk/yat/random
- Timestamp:
- Mar 13, 2007, 12:52:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/random/random.h
r767 r798 25 25 */ 26 26 27 #include "yat/statistics/Histogram.h"28 29 27 #include <gsl/gsl_rng.h> 30 28 #include <gsl/gsl_randist.h> … … 34 32 namespace theplu { 35 33 namespace yat { 34 namespace statistics { 35 class Histogram; 36 } 36 37 namespace random { 37 38
Note: See TracChangeset
for help on using the changeset viewer.