summaryrefslogtreecommitdiff
path: root/src/mongo/platform/random_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Fix lintMark Benvenuto2018-10-191-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-14/+17
* 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