Lines Matching refs:rngSeed
100 unsigned int rngSeed();
4532 virtual unsigned int rngSeed() const = 0;
5289 unsigned int rngSeed = 0;
5353 unsigned int rngSeed() const override;
8184 unsigned int rngSeed();
9759 return clara::detail::convertInto( seed, config.rngSeed );
9760 config.rngSeed = static_cast<unsigned int>( std::time(nullptr) );
10009 unsigned int Config::rngSeed() const { return m_data.rngSeed; }
13156 if (config.rngSeed() != 0) {
13157 std::srand(config.rngSeed());
13158 rng().seed(config.rngSeed());
13162 unsigned int rngSeed() {
13163 return getCurrentContext().getConfig()->rngSeed();
14240 TestHasher h{ config.rngSeed() };
16630 if (m_config->rngSeed() != 0)
16631 stream << "Randomness seeded to: " << m_config->rngSeed() << "\n\n";
16931 if (m_config->hasTestFilters() || m_config->rngSeed() != 0) {
16938 if (m_config->rngSeed() != 0) {
16941 .writeAttribute("value", m_config->rngSeed());
17291 if( m_config->rngSeed() != 0 )
17293 .writeAttribute( "seed", m_config->rngSeed() );