std::tr1::variate_generator< _Engine, _Dist > Class Template Reference
[Random Number Generation]

List of all members.

Detailed Description

template<typename _Engine, typename _Dist>
class std::tr1::variate_generator< _Engine, _Dist >

Produces random numbers on a given disribution function using a un uniform random number generation engine.

Todo:
the engine_value_type needs to be studied more carefully.

Definition at line 169 of file random.

Public Types

Public Member Functions


Constructor & Destructor Documentation

template<typename _Engine, typename _Dist>
std::tr1::variate_generator< _Engine, _Dist >::variate_generator engine_type  __eng,
distribution_type  __dist
[inline]
 

Constructs a variate generator with the uniform random number generator __eng for the random distribution __dist.

Exceptions:
Any exceptions which may thrown by the copy constructors of the _Engine or _Dist objects.

Definition at line 193 of file random.


Member Function Documentation

template<typename _Engine, typename _Dist>
const distribution_type& std::tr1::variate_generator< _Engine, _Dist >::distribution  )  const [inline]
 

Gets a const reference to the underlying random distribution.

Definition at line 238 of file random.

template<typename _Engine, typename _Dist>
distribution_type& std::tr1::variate_generator< _Engine, _Dist >::distribution  )  [inline]
 

Gets a reference to the underlying random distribution.

Definition at line 231 of file random.

template<typename _Engine, typename _Dist>
const engine_value_type& std::tr1::variate_generator< _Engine, _Dist >::engine  )  const [inline]
 

Gets a const reference to the underlying uniform random number generator object.

Definition at line 224 of file random.

template<typename _Engine, typename _Dist>
engine_value_type& std::tr1::variate_generator< _Engine, _Dist >::engine  )  [inline]
 

Gets a reference to the underlying uniform random number generator object.

Definition at line 216 of file random.

template<typename _Engine, typename _Dist>
result_type std::tr1::variate_generator< _Engine, _Dist >::max  )  const [inline]
 

Gets the closed upper bound of the distribution interval.

Definition at line 252 of file random.

template<typename _Engine, typename _Dist>
result_type std::tr1::variate_generator< _Engine, _Dist >::min  )  const [inline]
 

Gets the closed lower bound of the distribution interval.

Definition at line 245 of file random.

template<typename _Engine, typename _Dist>
template<typename _Tp>
result_type std::tr1::variate_generator< _Engine, _Dist >::operator() _Tp  __value  )  [inline]
 

WTF?

Definition at line 208 of file random.

template<typename _Engine, typename _Dist>
result_type std::tr1::variate_generator< _Engine, _Dist >::operator()  )  [inline]
 

Gets the next generated value on the distribution.

Definition at line 200 of file random.


The documentation for this class was generated from the following file:
Generated on Mon Jun 2 20:47:47 2008 for libstdc++ by  doxygen 1.4.6