std::bernoulli_distribution::p
Da cppreference.com.
< cpp | numeric | random | bernoulli distribution
Versione del 26 ott 2012 alle 07:00 di TranslationBot (Discussione | contributi)
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
double p() const; |
(dal C++11) | |
Restituisce il parametro di distribuzione p (probabilità di generare true).
Original:
Returns the p distribution parameter (probability of generating true).
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Parametri
(Nessuno)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Valore di ritorno
Valore in virgola mobile che identifica la probabilità di generare true
Original:
Floating point value identifying the probability of generating true
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.