From Jason Turner

[rand.dist.uni.real]

Diff to HTML by rtfpessoa

tmp/tmpb1vjo5um/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
  ##### Class template `uniform_real_distribution` <a id="rand.dist.uni.real">[[rand.dist.uni.real]]</a>
2
 
3
  A `uniform_real_distribution` random number distribution produces random
4
  numbers x, a ≤ x < b, distributed according to the constant probability
5
- density function $$p(x\,|\,a,b) = 1 / (b - a) \text{ .}$$
6
 
7
  [*Note 1*: This implies that p(x | a,b) is undefined when
8
  `a == b`. — *end note*]
9
 
10
  ``` cpp
 
1
  ##### Class template `uniform_real_distribution` <a id="rand.dist.uni.real">[[rand.dist.uni.real]]</a>
2
 
3
  A `uniform_real_distribution` random number distribution produces random
4
  numbers x, a ≤ x < b, distributed according to the constant probability
5
+ density function in .
6
 
7
  [*Note 1*: This implies that p(x | a,b) is undefined when
8
  `a == b`. — *end note*]
9
 
10
  ``` cpp