Constructors
Synopses
Declared in <bslh_seedgenerator.h>
Create a bslh::SeedGenerator that will default construct the parameterized RNG and use it to generate its seeds.
Create a bslh::SeedGenerator that will use the specified randomNumberGenerator to generate its seeds.
explicit
SeedGenerator(RANDOM_NUM_GEN const& randomNumberGenerator);
Created with MrDocs