Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
a04cee8f0c37945c065261ec845d169330801ab0
/
base
/
rand_util_unittest.cc
cc8e4d8
Convert //base to use std::unique_ptr
by dcheng
· 9 years ago
a6a6a68
Switch to standard integer types in base/.
by avi
· 9 years ago
1796efe
Add missing overflow handling to base::RandInt().
by Nico Weber
· 9 years ago
ddf2b79
Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::Now().
by charliea
· 10 years ago
4f4a877
Improve base::RandBytes() performance by 1.75x-2.10x on POSIX.
by dalecurtis@chromium.org
· 11 years ago
d347937
ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > 1, meaning that the without-'\0' string is non-empty. This replaces the conditional code added recently that makes this case return NULL. It's easier to understand if it's simply an error to call WriteInto() in this case at all.
by pkasting@chromium.org
· 13 years ago
bd36573
Fix variable names and comments in RandGenerator.
by dilmah@chromium.org
· 13 years ago
edf24fc
Fix base::RandGenerator bug (it had non-uniform random distribution). Add test that would have caught bug. Also add a test to verify that our random generators are at least somewhat random.
by joi@chromium.org
· 13 years ago
fbda4d5
Move crypto_helpers from sync to crypto
by qsr@google.com
· 14 years ago
c19cb31
Add a rand_util method for generating a random string.
by abarth@chromium.org
· 14 years ago
3f3ede8
Moving GUID generation from base to chrome/browser/guid*
by dhollowa@chromium.org
· 14 years ago
68b1ab0
Factoring GUID generation from metrics to base
by dhollowa@chromium.org
· 14 years ago
01eaa0b
Add RandomNumberGenerator adapter to base/rand_util.h
by isherman@chromium.org
· 14 years ago
c22c62b
Reduce RandDouble to one call to ldexp, add one bit of precision
by mark@chromium.org
· 16 years ago
b93c054
Refactoring for portability:
by mark@chromium.org
· 16 years ago