discrete_distribution::param_type
Speichert alle Parameter der Verteilung.
struct param_type {
typedef discrete_distribution<IntType> distribution_type;
param_type();
template<class Fn>
param_type(size_t count,
double low, double high, Fn func);
std::vector<double> probabilities() const;
bool operator==(const param_type& right) const;
bool operator!=(const param_type& right) const;
};
Hinweise
Dies Parameterpaket kann zu Operator () übergeben werden, um den Rückgabewert zu generieren.
Anforderungen
Header: <random>
Namespace: std