uniform_int_distribution::param_type
Stocke les paramètres de la distribution.
struct param_type { typedef uniform_int_distribution<IntType> distribution_type; param_type(IntType a = 0, IntType b = std::numeric_limits<IntType>::max()); result_type a() const; result_type b() const; ..... bool operator==(const param_type& right) const; bool operator!=(const param_type& right) const; };
Paramètres
Consultez la rubrique parent uniform_int_distribution, classe.
Notes
Condition préalable : a ≤ b
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