Classes | |
struct | tts::prng_generator< T, Distribution > |
Wraps any standard random distribution to be used as a Data Generator by TTS_ULP_RANGE_CHECK. More... | |
Namespaces | |
namespace | tts |
Main TTS namespace. | |
Macros | |
#define | TTS_ULP_RANGE_CHECK(Producer, RefType, NewType, RefFunc, NewFunc, Ulpmax) |
Generate a range based test between two functions. | |
Typedefs | |
template<typename T > | |
using | tts::realistic_generator = prng_generator< T, ::tts::realistic_distribution< T > > |
Data generator using the tts::realistic_distribution random distribution. | |