Inherits the base constructors.
Declared in <absl/random/random.h>
<absl/random/random.h>
using Base::BitGen;
BitGen() default-constructs the generator, and BitGen(SeedSequence seed_seq) seeds it from a seed sequence. Copy is disallowed; move is allowed.
BitGen()
BitGen(SeedSequence seed_seq)