Changeset 798 for trunk/yat/random


Ignore:
Timestamp:
Mar 13, 2007, 12:52:43 AM (17 years ago)
Author:
Jari Häkkinen
Message:

Removed unnecessary #include. Added tests for random number distributions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/random/random.h

    r767 r798  
    2525*/
    2626
    27 #include "yat/statistics/Histogram.h"
    28 
    2927#include <gsl/gsl_rng.h>
    3028#include <gsl/gsl_randist.h>
     
    3432namespace theplu {
    3533namespace yat {
     34namespace statistics {
     35  class Histogram;
     36}
    3637namespace random {
    3738
Note: See TracChangeset for help on using the changeset viewer.