[#absl-log_uniform_int_distribution-2constructor-06] = xref:absl.adoc[absl]::xref:absl/log_uniform_int_distribution.adoc[log_uniform_int_distribution]::log_uniform_int_distribution :relfileprefix: ../../ :mrdocs: Constructs a distribution over the closed interval [min, max]. == Synopsis Declared in `<absl/random/log_uniform_int_distribution.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit log_uniform_int_distribution( xref:absl/log_uniform_int_distribution/result_type.adoc[result_type] min, xref:absl/log_uniform_int_distribution/result_type.adoc[result_type] max = (std::numeric_limits<result_type>::max)(), xref:absl/log_uniform_int_distribution/result_type.adoc[result_type] base = 2); ---- == Parameters [cols="1,4"] |=== | Name| Description | *min* | The lower bound of the closed interval. | *max* | The upper bound of the closed interval. | *base* | The base of the logarithm. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#