summaryrefslogtreecommitdiff
path: root/src/mongo/platform/random_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68834 clany tidy bugprone-integer-division fixesJuan Gu2022-08-231-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+12
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-6/+41
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-41/+6
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-6/+41
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* 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/+16
* SERVER-30520 SecureRandom::create() should return a unique_ptrMathias Stearn2017-08-081-5/+2
* SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn2015-08-281-0/+67
* SERVER-19182 Integrate storage engine optimizations into $sample stageCharlie Swanson2015-08-271-0/+46
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-56/+55
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* use xorshift for PseudoRandom on all platformsEric Milkie2012-11-161-4/+26
* fix random_test.exe on WindowsEric Milkie2012-11-161-0/+2
* some Random tests and helpersEliot Horowitz2012-11-131-0/+31
* PseudoRandom isn't seedable on windowsEliot Horowitz2012-11-131-0/+2
* make a SecureRandom classEliot Horowitz2012-11-121-0/+13
* a simple unit test for seeded randomEliot Horowitz2012-11-121-0/+32