Searched refs:seed_ (Results 1 – 3 of 3) sorted by relevance
141 params.seed_ = std::stoull(optarg); in ExtractProtoFuzzerParams()163 ss << "Seed: " << seed_ << endl; in DebugString()
113 random = make_unique<Random>(params.seed_); in LLVMFuzzerInitialize()
83 uint64_t seed_ = static_cast<uint64_t>(time(0)); variable