Inherits the base constructors.
Synopsis
Declared in <absl/random/random.h>
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.
Created with MrDocs