Chromium Code Reviews| Index: base/rand_util_posix.cc |
| diff --git a/base/rand_util_posix.cc b/base/rand_util_posix.cc |
| index abb404a09965449f165ba1f4039eafd0ed176eab..e46a6fc4d381656384883596ed7766db3bb8fda9 100644 |
| --- a/base/rand_util_posix.cc |
| +++ b/base/rand_util_posix.cc |
| @@ -41,6 +41,7 @@ base::LazyInstance<URandomFd> g_urandom_fd = LAZY_INSTANCE_INITIALIZER; |
| namespace base { |
| +// NOTE: This function must be cryptographically secure: crbug.com/140076 |
|
akalin
2012/08/02 07:01:12
end with a period.
Prefix with http:// (so it lin
|
| uint64 RandUint64() { |
| uint64 number; |