Birthday spacings test.
More...
#include <mckl/random/birthday_spacings_test.hpp>
Inherits mckl::PoissonTest< BirthdaySpacingsTest< D, T > >.
template<std::size_t D, std::size_t T>
class mckl::BirthdaySpacingsTest< D, T >
Birthday spacings test.
- Template Parameters
-
| D | Multiplier |
| T | Length of the tuple |
Definition at line 46 of file birthday_spacings_test.hpp.
◆ BirthdaySpacingsTest()
template<std::size_t D, std::size_t T>
◆ mean()
template<std::size_t D, std::size_t T>
◆ operator()() [1/2]
template<std::size_t D, std::size_t T>
template<typename DistributionType >
◆ operator()() [2/2]
template<std::size_t D, std::size_t T>
template<typename RNGType , typename U01DistributionType >