summaryrefslogtreecommitdiffstats
path: root/base/rand_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/rand_util.h')
-rw-r--r--base/rand_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/rand_util.h b/base/rand_util.h
index cd687dd..18e7469 100644
--- a/base/rand_util.h
+++ b/base/rand_util.h
@@ -10,7 +10,7 @@
namespace base {
// Returns a random number in range [0, kuint64max]. Thread-safe.
-uint64 RandUInt64();
+uint64 RandUint64();
// Returns a random number between min and max (inclusive). Thread-safe.
int RandInt(int min, int max);