mirror of
https://github.com/boostorg/random.git
synced 2026-01-19 04:22:17 +00:00
merge from mainline: fix synopsis (Matthias Troyer)
[SVN r22064]
This commit is contained in:
@@ -176,31 +176,31 @@ in detail which are already defined in the
|
||||
|
||||
<pre>
|
||||
namespace boost {
|
||||
template<class UniformRandomNumberGenerator, class IntType = int>
|
||||
template<class IntType = int>
|
||||
class uniform_smallint;
|
||||
template<class UniformRandomNumberGenerator, class IntType = int>
|
||||
template<class IntType = int>
|
||||
class uniform_int;
|
||||
template<class UniformRandomNumberGenerator, class RealType = double>
|
||||
template<class RealType = double>
|
||||
class uniform_01;
|
||||
template<class UniformRandomNumberGenerator, class RealType = double>
|
||||
template<class RealType = double>
|
||||
class uniform_real;
|
||||
|
||||
// discrete distributions
|
||||
template<class UniformRandomNumberGenerator>
|
||||
template<class RealType = double>
|
||||
class bernoulli_distribution;
|
||||
template<class UniformRandomNumberGenerator, class IntType = int>
|
||||
template<class IntType = int>
|
||||
class geometric_distribution;
|
||||
|
||||
// continuous distributions
|
||||
template<class UniformRandomNumberGenerator, class RealType = double>
|
||||
template<class RealType = double>
|
||||
class triangle_distribution;
|
||||
template<class UniformRandomNumberGenerator, class RealType = double>
|
||||
template<class RealType = double>
|
||||
class exponential_distribution;
|
||||
template<class UniformRandomNumberGenerator, class RealType = double>
|
||||
template<class RealType = double>
|
||||
class normal_distribution;
|
||||
template<class UniformRandomNumberGenerator, class RealType = double>
|
||||
template<class RealType = double>
|
||||
class lognormal_distribution;
|
||||
template<class UniformRandomNumberGenerator, class RealType = double,
|
||||
template<class RealType = double,
|
||||
class Cont = std::vector<RealType> >
|
||||
class uniform_on_sphere;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user