1. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  2. 486c61f Switch to static_assert in base/. by avi · 9 years ago
  3. 1796efe Add missing overflow handling to base::RandInt(). by Nico Weber · 9 years ago
  4. 0dae636 base: Remove the remaining usage of GG_(U)INTn_C macros. by tfarina · 9 years ago
  5. 4f4a877 Improve base::RandBytes() performance by 1.75x-2.10x on POSIX. by dalecurtis@chromium.org · 11 years ago
  6. fd621b9 Fixes to get base compiling on VS2013 by scottmg@chromium.org · 11 years ago
  7. 68a745c Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  8. 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
  9. bd36573 Fix variable names and comments in RandGenerator. by dilmah@chromium.org · 13 years ago
  10. 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
  11. df3561d Add one-time randomization support for FieldTrial, and the ability to by joi@chromium.org · 13 years ago
  12. d7e260d Revert 84197 - Add one-time randomization support for FieldTrial, and the ability to by joi@chromium.org · 13 years ago
  13. fbda4d5 Move crypto_helpers from sync to crypto by qsr@google.com · 13 years ago
  14. 62b5bc6 Add one-time randomization support for FieldTrial, and the ability to by joi@chromium.org · 13 years ago
  15. 381e966 Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possible by kushi.p@gmail.com · 13 years ago
  16. c19cb31 Add a rand_util method for generating a random string. by abarth@chromium.org · 13 years ago
  17. e486977 Update DCHECK() usage to utilize the more expressive debugging functions. by kushi.p@gmail.com · 13 years ago
  18. e18fdd3 Continuing with DCHECK() replacement. Switching to DCHECK_GT for better debug of broken contracts by kushi.p@gmail.com · 14 years ago
  19. 01eaa0b Add RandomNumberGenerator adapter to base/rand_util.h by isherman@chromium.org · 14 years ago
  20. 48c40ce RandUInt -> RandUint to match the style of other Uint functions. by deanm@chromium.org · 16 years ago
  21. c22c62b Reduce RandDouble to one call to ldexp, add one bit of precision by mark@chromium.org · 16 years ago
  22. b93c054 Refactoring for portability: by mark@chromium.org · 16 years ago