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