![]() |
Home | Libraries | People | FAQ | More |
boost::random::uniform_smallint::param_type
// In header: <boost/random/uniform_smallint.hpp> class param_type { public: // types typedef ; // public member functions ( = , = ); () ; () ; // friend functions template<typename CharT, typename Traits> (, ); template<typename CharT, typename Traits> (, ); (, ); (, ); };
param_type public member functions( min = , max = );
constructs the parameters of a uniform_smallint distribution.
() ;
Returns the minimum value.
() ;
Returns the maximum value.
param_type friend functionstemplate<typename CharT, typename Traits> ( os, param);
Writes the parameters to a std::ostream.
template<typename CharT, typename Traits> ( is, param);
Reads the parameters from a std::istream.
( lhs, rhs);
Returns true if the two sets of parameters are equal.
( lhs, rhs);
Returns true if the two sets of parameters are different.