gamma_distribution::param_type
Stocke les paramètres de la distribution.
struct param_type { typedef gamma_distribution<RealType> distribution_type; param_type(RealType alpha = 1.0, RealType beta 1.0); RealType alpha() const; RealType beta() const; ..... bool operator==(const param_type& right) const; bool operator!=(const param_type& right) const; };
Paramètres
Consultez la rubrique parent gamma_distribution, classe.
Notes
Condition préalable : 0.0 < alpha et 0.0 < beta
Cette structure peut être passée au constructeur de classe de la distribution au moment de l'instanciation, à la fonction membre param() pour définir les paramètres stockés d'une distribution existante et à operator() pour une utilisation à la place des paramètres stockés.
Configuration requise
En-tête : <random>
Espace de noms : std