Conceptos C++: RandomNumberDistribution
De cppreference.com
A
i) .
RandomNumberDistribution es un objeto de función que devuelve números aleatorios según una función de densidad de probabilidad p(x) o un distribución de probabilidad discreta P(xi) .
Original:
A
i).
RandomNumberDistribution is a function object returning random numbers according to a función de densidad de probabilidad p(x) or a distribución de probabilidad discreta P(xi).
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.
Requisitos
| Esta sección está incompleta |
Des una clase que cumple los requisitosRandomNumberDistribution. Asimismo, deberán cumplir los requisitos yCopyConstructibleCopyAssignable.Original:Dis a class meeting theRandomNumberDistributionrequirements. It shall also satisfy theCopyConstructibleandCopyAssignablerequirements.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.Tes laresult_typeasociado .Original:Tis the associatedresult_type.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.Pes laparam_typeasociado. Se deberán cumplir lasCopyConstructible,CopyAssignabley requisitosEqualityComparable.Original:Pis the associatedparam_type. It shall satisfy theCopyConstructible,CopyAssignable, andEqualityComparablerequirements.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.des un objeto deDyx,yson objetos potencialmente const deD.Original:dis an object ofDandx,yare potentially const objects ofD.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.pes un valor constante posiblemente deP.Original:pis a possibly constant value ofP.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.g,g1,g2se lvalues satisfacer el conceptoUniformRandomNumberGenerator.Original:The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.oses un valor-de std::basic_ostream .Original:osis an lvalue of std::basic_ostream.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.ises un valor-de std::basic_istream .Original:isis an lvalue of std::basic_istream.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
