ROOT 6.10/09 Reference Guide |
#include "Math/Factory.h"
#include "Math/DistSampler.h"
#include "TF1.h"
#include "TH1.h"
#include "TStopwatch.h"
#include "TRandom.h"
#include "TError.h"
#include "TCanvas.h"
Functions | |
int | main () |
int | testCont1D (int n) |
int | testDisc1D (int n) |
int | testDistSampler (int n=10000) |
int main | ( | ) |
Definition at line 134 of file testDistSampler.cxx.
int testCont1D | ( | int | n | ) |
Definition at line 18 of file testDistSampler.cxx.
int testDisc1D | ( | int | n | ) |
Definition at line 71 of file testDistSampler.cxx.
int testDistSampler | ( | int | n = 10000 | ) |
Definition at line 128 of file testDistSampler.cxx.