blob: 0ce7784d38e661aee8fbdb75c7a971c87818a48e [file] [log] [blame]
// Copyright 2017 The Goma Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef DEVTOOLS_GOMA_CLIENT_RAND_UTIL_H_
#define DEVTOOLS_GOMA_CLIENT_RAND_UTIL_H_
#include <string>
namespace devtools_goma {
std::string GetRandomAlphanumeric(size_t length);
} // namespace devtools_goma
#endif // DEVTOOLS_GOMA_CLIENT_RAND_UTIL_H_