From Jason Turner

[rand.dist.pois.weibull]

Diff to HTML by rtfpessoa

tmp/tmpeu01k6f4/{from.md → to.md} RENAMED
@@ -17,11 +17,11 @@ public:
17
  // types
18
  typedef RealType result_type;
19
  typedef unspecified param_type;
20
 
21
  // constructor and reset functions
22
- explicit weibull_distribution(RealType a = 1.0, RealType b = 1.0)
23
  explicit weibull_distribution(const param_type& parm);
24
  void reset();
25
 
26
  // generating functions
27
  template<class URNG>
 
17
  // types
18
  typedef RealType result_type;
19
  typedef unspecified param_type;
20
 
21
  // constructor and reset functions
22
+ explicit weibull_distribution(RealType a = 1.0, RealType b = 1.0);
23
  explicit weibull_distribution(const param_type& parm);
24
  void reset();
25
 
26
  // generating functions
27
  template<class URNG>