[#absl-uniform_real_distribution-reset] = xref:absl.adoc[absl]::xref:absl/uniform_real_distribution.adoc[uniform_real_distribution]::reset :relfileprefix: ../../ :mrdocs: Resets the uniform real distribution. == Synopsis Declared in `<absl/random/uniform_real_distribution.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void reset(); ---- == Description Note that this function has no effect because the distribution already produces independent values. [.small]#Created with https://www.mrdocs.com[MrDocs]#