1#ifndef TATAMI_TEST_UTILS_HPP
2#define TATAMI_TEST_UTILS_HPP
7#include "sanisizer/sanisizer.hpp"
19template<
typename Input_>
20using I = std::remove_reference_t<std::remove_cv_t<Input_> >;
23template<
typename Input_>
25 return sanisizer::Exact(x);
39typedef typename RngEngine::result_type
SeedType;
Utilities for testing tatami libraries.
Definition create_indexed_subset.hpp:16
std::mt19937_64 RngEngine
Definition utils.hpp:34
RngEngine::result_type SeedType
Definition utils.hpp:39