Inherits the base constructors.

Synopsis

Declared in <absl/random/random.h>

using Base::BitGen;

Description

BitGen() default‐constructs the generator, and BitGen(SeedSequence seed_seq) seeds it from a seed sequence. Copy is disallowed; move is allowed.

Created with MrDocs