diff options
author | Abseil Team <absl-team@google.com> | 2023-10-03 07:42:26 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-10-03 07:43:17 -0700 |
commit | 74a8f6faf075cd796885a77c5cbb9ef56f65f747 (patch) | |
tree | 8b53d0a90327e25957d76a349d4e067f319e7158 /absl/random | |
parent | b272bcbd0b3e89eae347cf71f3f7601e418761b6 (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/random')
-rw-r--r-- | absl/random/distributions.h | 2 |
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: // |