Sign in
chromium
/
chromium
/
src
/
f27bf8991392753e2a53d9869bffaeb827b5a4eb
/
base
/
rand_util_unittest.cc
9b6f4293
Switch to standard integer types in base/.
by avi
· 10 years ago
0a3852a7
Add missing overflow handling to base::RandInt().
by Nico Weber
· 10 years ago
3be83970
Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::Now().
by charliea
· 11 years ago
c910c5a
Improve base::RandBytes() performance by 1.75x-2.10x on POSIX.
by
[email protected]
· 12 years ago
fdce478
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
[email protected]
· 14 years ago
0173b96
Fix variable names and comments in RandGenerator.
by
[email protected]
· 14 years ago
af2e192b
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
[email protected]
· 14 years ago
51a0181
Move crypto_helpers from sync to crypto
by
[email protected]
· 14 years ago
29548d8
Add a rand_util method for generating a random string.
by
[email protected]
· 14 years ago
3469e7e
Moving GUID generation from base to chrome/browser/guid*
by
[email protected]
· 15 years ago
f2c859a
Factoring GUID generation from metrics to base
by
[email protected]
· 15 years ago
a74dcae
Add RandomNumberGenerator adapter to base/rand_util.h
by
[email protected]
· 15 years ago
94a0f31
Reduce RandDouble to one call to ldexp, add one bit of precision
by
[email protected]
· 17 years ago
05f9b68
Refactoring for portability:
by
[email protected]
· 17 years ago