random_goodness.h

Back to Goodness-of-fit tests

pastel/sys/random/

// Description: An aggregate file for goodness-of-fit tests

#ifndef PASTELSYS_RANDOM_GOODNESS_H
#define PASTELSYS_RANDOM_GOODNESS_H

#include "pastel/sys/random/random_anderson_darling.h"
#include "pastel/sys/random/random_kolmogorov_smirnov.h"

#endif