[#absl-uniform_real_distribution-2constructor-09] = xref:absl.adoc[absl]::xref:absl/uniform_real_distribution.adoc[uniform_real_distribution]::uniform_real_distribution :relfileprefix: ../../ :mrdocs: Constructs a distribution over the half‐open interval [lo, hi).] == Synopsis Declared in `<absl/random/uniform_real_distribution.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit uniform_real_distribution( xref:absl/uniform_real_distribution/result_type.adoc[result_type] lo, xref:absl/uniform_real_distribution/result_type.adoc[result_type] hi = 1); ---- == Parameters [cols="1,4"] |=== | Name| Description | *lo* | The lower bound of the half‐open interval. | *hi* | The upper bound of the half‐open interval. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#