<mp-units/random.h>
piecewise_constant_distribution();
» more...
template<typename UnaryOperation>
piecewise_constant_distribution(
std::initializer_list<Q> bl,
UnaryOperation fw);
» more...
template<
typename InputIt1,
typename InputIt2>
piecewise_constant_distribution(
InputIt1 first_i,
InputIt1 last_i,
InputIt2 first_w);
» more...
template<typename UnaryOperation>
piecewise_constant_distribution(
std::size_t nw,
Q const& xmin,
Q const& xmax,
UnaryOperation fw);
» more...