tts v2.3.0
The Tiny Test System
 
Loading...
Searching...
No Matches

◆ realistic_distribution

template<typename T >
using tts::realistic_distribution = typedef typename detail::choose_distribution<T>::type

Realistic standard random distribution.

Provides a standard compatible random distribution that works for any arithmetic types T and have a "realistic" distribution, i.e where most natural and expected values are favored.

See also
realistic_generator