summaryrefslogtreecommitdiffstats
path: root/base/rand_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+1
* Switch to static_assert in base/.avi2015-11-241-1/+2
* Add missing overflow handling to base::RandInt().Nico Weber2015-10-291-9/+11
* base: Remove the remaining usage of GG_(U)INTn_C macros.tfarina2015-05-181-1/+2
* Improve base::RandBytes() performance by 1.75x-2.10x on POSIX.dalecurtis@chromium.org2014-01-231-10/+0
* Fixes to get base compiling on VS2013scottmg@chromium.org2013-10-151-0/+1
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-0/+1
* Fix variable names and comments in RandGenerator.dilmah@chromium.org2011-08-241-8/+7
* Fix base::RandGenerator bug (it had non-uniform random distribution). Add tes...joi@chromium.org2011-05-301-1/+14
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-101-1/+5
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-061-5/+1
* Move crypto_helpers from sync to cryptoqsr@google.com2011-05-051-11/+12
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-051-1/+5
* Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possiblekushi.p@gmail.com2011-05-041-2/+4
* Add a rand_util method for generating a random string.abarth@chromium.org2011-04-291-0/+16
* Update DCHECK() usage to utilize the more expressive debugging functions.kushi.p@gmail.com2011-04-221-2/+2
* Continuing with DCHECK() replacement. Switching to DCHECK_GT for better debug...kushi.p@gmail.com2011-03-131-1/+1
* Add RandomNumberGenerator adapter to base/rand_util.hisherman@chromium.org2010-08-301-4/+8
* RandUInt -> RandUint to match the style of other Uint functions.deanm@chromium.org2008-11-141-2/+2
* Reduce RandDouble to one call to ldexp, add one bit of precisionmark@chromium.org2008-09-301-18/+11
* Refactoring for portability:mark@chromium.org2008-09-291-0/+47