summaryrefslogtreecommitdiff
path: root/src/mongo/platform/random.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-55041 Benchmark UUID generation and increase SecureRandom buffer sizeBen Caimano2021-03-091-3/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-10/+21
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-95/+103
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-103/+95
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-95/+103
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36147 Add basic support for targeting emscriptenAndrew Morrow2018-07-171-1/+2
* SERVER-30520 SecureRandom::create() should return a unique_ptrMathias Stearn2017-08-081-6/+6
* SERVER-23103 Repair some bad includesAndrew Morrow2016-06-161-3/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+6
* SERVER-21099: Improve logging in Linux's SecureRandomSpencer Jackson2015-10-291-10/+7
* SERVER-17422 Use BCrypt API for secure random number generation on WindowsAndrew Morrow2015-09-151-10/+39
* SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn2015-08-281-25/+15
* SERVER-19182 Integrate storage engine optimizations into $sample stageCharlie Swanson2015-08-271-0/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-93/+91
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-2/+2
* SERVER-1120: OpenBSD/FreeBSD fixesMark Benvenuto2015-01-151-12/+11
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* really fix Windows compile for PseudoRandom (thoroughly tested)Eric Milkie2012-11-161-1/+1
* fix Windows compile for rand_sEric Milkie2012-11-161-0/+1
* use xorshift for PseudoRandom on all platformsEric Milkie2012-11-161-18/+40
* some Random tests and helpersEliot Horowitz2012-11-131-0/+9
* include string.h in random.cpp for strerrorEliot Horowitz2012-11-131-0/+1
* solaris needs stdio.hEliot Horowitz2012-11-131-0/+1
* make a SecureRandom classEliot Horowitz2012-11-121-0/+87
* Fix windows build, reorder includes in random.h to follow our conventions.Andy Schwerin2012-10-231-2/+2
* Introduce mongo/platform/cstdint.h, to get stdint types into the mongo namesp...Andy Schwerin2012-10-231-1/+4
* fix Windows compileTad Marshall2012-10-101-0/+1
* simple Random class to consolidate all random number needsEliot Horowitz2012-10-101-0/+38