logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::discrete_distribution< _IntType >::param_type

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libststd::discrete_distribut..._IntType>::param_type(3cxx)

Detailed Description

template<typename_IntType=int>
       struct std::discrete_distribution< _IntType >::param_type"Parameter type.

Name

       std::discrete_distribution< _IntType >::param_type

Synopsis

       #include <random>

   PublicTypestypedefdiscrete_distribution< _IntType > distribution_typePublicMemberFunctions
       template<typename_InputIterator > param_type (_InputIterator__wbegin, _InputIterator__wend)
       param_type (const param_type &)=defaultparam_type (initializer_list< double > __wil)
       template<typename _Func > param_type (size_t __nw, double __xmin, double __xmax, _Func __fw)
       param_type & operator= (const param_type &)=defaultstd::vector< double > probabilities () const

   Friendsclassdiscrete_distribution<_IntType>
       bool operator== (const param_type &__p1, const param_type &__p2)

See Also