Skip to content

Commit 6f531c5

Browse files
committed
Update doc
1 parent 1f8716a commit 6f531c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rand_distr/src/gumbel.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ use rand::Rng;
1616
/// Samples floating-point numbers according to the Gumbel distribution
1717
///
1818
/// This distribution has density function:
19-
/// `f(x) = exp(-(z + exp(-z))) / σ`, where `z = (x - μ) / σ`
19+
/// `f(x) = exp(-(z + exp(-z))) / σ`, where `z = (x - μ) / σ`,
20+
/// `μ` is the location parameter, and `σ` the scale parameter.
2021
///
2122
/// # Example
2223
/// ```

0 commit comments

Comments
 (0)