summaryrefslogtreecommitdiff
path: root/absl
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2023-10-03 07:42:26 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2023-10-03 07:43:17 -0700
commit74a8f6faf075cd796885a77c5cbb9ef56f65f747 (patch)
tree8b53d0a90327e25957d76a349d4e067f319e7158 /absl
parentb272bcbd0b3e89eae347cf71f3f7601e418761b6 (diff)
Update a dead link.
This cl/ updates the link provided in the comment to point to a valid website. Currently the link points to https://screenshot.googleplex.com/BZhRp6mNJAtjMmz which is now a software company landing page. PiperOrigin-RevId: 570384723 Change-Id: Ib6d17851046125957e092b59d845ddb7ecb1f7b7
Diffstat (limited to 'absl')
-rw-r--r--absl/random/distributions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/random/distributions.h b/absl/random/distributions.h
index 37fc3aa7..4e3b332e 100644
--- a/absl/random/distributions.h
+++ b/absl/random/distributions.h
@@ -362,7 +362,7 @@ RealType Gaussian(URBG&& urbg, // NOLINT(runtime/references)
// If `lo` is nonzero then this distribution is shifted to the desired interval,
// so LogUniform(lo, hi, b) is equivalent to LogUniform(0, hi-lo, b)+lo.
//
-// See http://ecolego.facilia.se/ecolego/show/Log-Uniform%20Distribution
+// See https://en.wikipedia.org/wiki/Log-normal_distribution
//
// Example:
//