TTS v3.0.0
The Tiny Test System
 
Loading...
Searching...
No Matches

Generators to produce data samples for testing. More...

Classes

struct  tts::between< T, U >
 Defines a data generator that produce values between two bounds. More...
 
struct  tts::ramp< T, U >
 Defines a data generator that produce a ramp of data. More...
 
struct  tts::randoms< Mx, Mn >
 Random generator between two bounds using realistic_distribution. More...
 
struct  tts::reverse_ramp< T, U >
 Defines a data generator that produce a reverse ramp of data. More...
 
struct  tts::value< T >
 Defines a data generator that always return the same value. More...