Searched refs:custom_seed_str (Results 1 – 1 of 1) sorted by relevance
919 const std::string custom_seed_str = in Init() local922 if (!StringToUint(custom_seed_str, &custom_seed)) { in Init()923 LOG(ERROR) << "Unable to parse seed \"" << custom_seed_str << "\"."; in Init()