[#absl-BitGenRef-min] = xref:absl.adoc[absl]::xref:absl/BitGenRef.adoc[BitGenRef]::min :relfileprefix: ../../ :mrdocs: Returns the smallest possible value from this bit generator. == Synopsis Declared in `<absl/random/bit_gen_ref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr static xref:absl/BitGenRef/result_type.adoc[result_type] min(); ---- == Return Value The smallest value that `operator()` can return. [.small]#Created with https://www.mrdocs.com[MrDocs]#