[#absl-SeedGenException-what] = xref:absl.adoc[absl]::xref:absl/SeedGenException.adoc[SeedGenException]::what :relfileprefix: ../../ :mrdocs: Returns an explanatory string. == Synopsis Declared in `<absl/random/seed_gen_exception.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual char const* what() const noexcept override; ---- == Return Value A null‐terminated character sequence describing the error. [.small]#Created with https://www.mrdocs.com[MrDocs]#