[#absl-BitGenRef-max] = xref:absl.adoc[absl]::xref:absl/BitGenRef.adoc[BitGenRef]::max :relfileprefix: ../../ :mrdocs: Returns the largest 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] max(); ---- == Return Value The largest value that `operator()` can return. [.small]#Created with https://www.mrdocs.com[MrDocs]#