bernoulli_distribution::param_type
Armazenar os parâmetros de distribuição.
struct param_type {
typedef bernoulli_distribution distribution_type;
param_type(double p0 = 0.5);
double p() const;
bool operator==(const param_type& right) const;
bool operator!=(const param_type& right) const;
};
Comentários
Este conjunto de parâmetro pode ser passado para operador() para gerar o valor de retorno.
Requisitos
Cabeçalho: <random>
namespace: STD