diff options
Diffstat (limited to 'absl/random/zipf_distribution.h')
-rw-r--r-- | absl/random/zipf_distribution.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/random/zipf_distribution.h b/absl/random/zipf_distribution.h index ed4038f1..03497b1b 100644 --- a/absl/random/zipf_distribution.h +++ b/absl/random/zipf_distribution.h @@ -30,7 +30,7 @@ namespace absl { ABSL_NAMESPACE_BEGIN // absl::zipf_distribution produces random integer-values in the range [0, k], -// distributed according to the discrete probability function: +// distributed according to the unnormalized discrete probability function: // // P(x) = (v + x) ^ -q // |