Home
last modified time | relevance | path

Searched refs:gen_ (Results 1 – 8 of 8) sorted by relevance

/test/dittosuite/src/
Dresize_file.cpp47 gen_(seed), in ResizeFileRandom()
53 gen_.seed(seed_); in SetUp()
60 gen_.seed(seed_); in SetUpSingle()
64 size_ = uniform_distribution(gen_); in SetUpSingle()
Dinstruction_set.cpp41 gen_(seed) {} in InstructionSet()
52 gen_.seed(seed_); in SetUp()
59 gen_.seed(seed_); in SetUpSingle()
76 SharedVariables::Set(item_key_, list[uniform_distribution(gen_)]); in RunSingle()
Dread_write_file.cpp32 gen_(seed), in ReadWriteFile()
54 gen_.seed(seed_); in SetUp()
82 gen_.seed(seed_); in SetUpSingle()
103 units_.push_back({block_size_, uniform_distribution(gen_)}); in SetUpSingle()
Dopen_file.cpp52 gen_(time(nullptr)), in OpenFile()
61 path_name_ = GetAbsolutePath() + std::to_string(uniform_distribution(gen_)); in SetUpSingle()
/test/dittosuite/include/ditto/
Dresize_file.h48 std::mt19937_64 gen_; variable
Dopen_file.h46 std::mt19937_64 gen_; variable
Dinstruction_set.h50 std::mt19937_64 gen_; variable
Dread_write_file.h45 std::mt19937_64 gen_; variable