MCKL
Monte Carlo Kernel Library
Classes | Namespaces | Typedefs
run_test.hpp File Reference
#include <mckl/random/internal/common.hpp>
#include <mckl/random/chi_squared_test.hpp>

Go to the source code of this file.

Classes

class  mckl::internal::RunTestCheck< bool >
 
class  mckl::internal::RunTestCheck< false >
 
class  mckl::internal::RunTestCheck< true >
 
class  mckl::internal::RunTestImpl< bool, bool >
 
class  mckl::internal::RunTestImpl< false, Up >
 
class  mckl::internal::RunTestImpl< true, Up >
 

Namespaces

 mckl
 
 mckl::internal
 

Typedefs

template<bool Independent, bool Up = true>
using mckl::RunTest = internal::RunTestImpl< Independent, Up >
 Run test. More...