Skip to content

Commit 7533de0

Browse files
committed
Fix reference in docs
1 parent da3b367 commit 7533de0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rand_distr/src/skew_normal.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ use rand::Rng;
3939
///
4040
/// [skew normal distribution]: https://en.wikipedia.org/wiki/Skew_normal_distribution
4141
/// [`Normal`]: struct.Normal.html
42-
/// [A Method to Simulate the Skew Normal Distribution]:
43-
/// Ghorbanzadeh, D. , Jaupi, L. and Durand, P. (2014)
44-
/// [A Method to Simulate the Skew Normal Distribution](https://dx.doi.org/10.4236/am.2014.513201).
45-
/// Applied Mathematics, 5, 2073-2076.
42+
/// [A Method to Simulate the Skew Normal Distribution]: https://dx.doi.org/10.4236/am.2014.513201
4643
#[derive(Clone, Copy, Debug)]
4744
#[cfg_attr(feature = "serde1", derive(serde::Serialize, serde::Deserialize))]
4845
pub struct SkewNormal<F>

0 commit comments

Comments
 (0)