summaryrefslogtreecommitdiffstats
path: root/base/rand_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-2/+4
* Use RtlGenRandom() directly instead of going through rand_s().dalecurtis@chromium.org2014-01-241-20/+22
* Improve base::RandBytes() performance by 1.75x-2.10x on POSIX.dalecurtis@chromium.org2014-01-231-0/+10
* Added crypto random-number generatormniknami@chromium.org2012-08-021-1/+2
* Moving GUID generation from base to chrome/browser/guid*dhollowa@chromium.org2010-10-141-20/+0
* Factoring GUID generation from metrics to basedhollowa@chromium.org2010-10-131-0/+20
* Reland r40289: "Add support for CHECK_* macros.""willchan@chromium.org2010-03-021-1/+1
* Revert r40289: "Add support for CHECK_* macros."willchan@chromium.org2010-03-011-1/+1
* Add support for CHECK_* macros.willchan@chromium.org2010-03-011-1/+1
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* RandUInt -> RandUint to match the style of other Uint functions.deanm@chromium.org2008-11-141-4/+4
* Refactoring for portability:mark@chromium.org2008-09-291-0/+30