summaryrefslogtreecommitdiffstats
path: root/base/rand_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-11/+15
* Add missing overflow handling to base::RandInt().Nico Weber2015-10-291-1/+7
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-2/+2
* Improve base::RandBytes() performance by 1.75x-2.10x on POSIX.dalecurtis@chromium.org2014-01-231-0/+22
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-2/+2
* Fix variable names and comments in RandGenerator.dilmah@chromium.org2011-08-241-7/+6
* Fix base::RandGenerator bug (it had non-uniform random distribution). Add tes...joi@chromium.org2011-05-301-0/+60
* Move crypto_helpers from sync to cryptoqsr@google.com2011-05-051-0/+13
* Add a rand_util method for generating a random string.abarth@chromium.org2011-04-291-5/+18
* Moving GUID generation from base to chrome/browser/guid*dhollowa@chromium.org2010-10-141-47/+0
* Factoring GUID generation from metrics to basedhollowa@chromium.org2010-10-131-0/+47
* Add RandomNumberGenerator adapter to base/rand_util.hisherman@chromium.org2010-08-301-0/+8
* Reduce RandDouble to one call to ldexp, add one bit of precisionmark@chromium.org2008-09-301-0/+7
* Refactoring for portability:mark@chromium.org2008-09-291-0/+22