[#absl-InsecureBitGen-InsecureBitGen] = xref:absl.adoc[absl]::xref:absl/InsecureBitGen.adoc[InsecureBitGen]::InsecureBitGen :relfileprefix: ../../ :mrdocs: Inherits the base constructors. == Synopsis Declared in `<absl/random/random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using Base::InsecureBitGen; ---- == Description `InsecureBitGen()` default‐constructs the generator, and `InsecureBitGen(SeedSequence seed_seq)` seeds it from a seed sequence. Copy is disallowed; move is allowed. [.small]#Created with https://www.mrdocs.com[MrDocs]#