aboutsummaryrefslogtreecommitdiff
path: root/src/math/rand/exp.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/rand/exp.go')
-rw-r--r--src/math/rand/exp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/rand/exp.go b/src/math/rand/exp.go
index 4bc110f913..5a8d946c0c 100644
--- a/src/math/rand/exp.go
+++ b/src/math/rand/exp.go
@@ -13,7 +13,7 @@ import (
*
* See "The Ziggurat Method for Generating Random Variables"
* (Marsaglia & Tsang, 2000)
- * http://www.jstatsoft.org/v05/i08/paper [pdf]
+ * https://www.jstatsoft.org/v05/i08/paper [pdf]
*/
const (