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