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::piecewise_linear_distribution< _RealType >::param_type

Author

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

                                                    libstdstd::piecewise_linear_..._RealType>::param_type(3cxx)

Detailed Description

template<typename_RealType=double>
       struct std::piecewise_linear_distribution< _RealType >::param_type"Parameter type.

Name

       std::piecewise_linear_distribution< _RealType >::param_type

Synopsis

       #include <random>

   PublicTypestypedefpiecewise_linear_distribution< _RealType > distribution_typePublicMemberFunctions
       template<typename_InputIteratorB , typename_InputIteratorW > param_type (_InputIteratorB__bfirst,
           _InputIteratorB__bend, _InputIteratorW__wbegin)
       param_type (const param_type &)=default
       template<typename _Func > param_type (initializer_list< _RealType > __bl, _Func __fw)
       template<typename _Func > param_type (size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw)
       std::vector< double > densities () const
       std::vector< _RealType > intervals () const
       param_type & operator= (const param_type &)=defaultFriends
       bool operator== (const param_type &__p1, const param_type &__p2)
       classpiecewise_linear_distribution<_RealType>

See Also