summaryrefslogtreecommitdiff
path: root/src/mongo/platform/random.h
Commit message (Expand)AuthorAgeFilesLines
* 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-35170 Add misc fixes to enable building in -std=c++17 modeAndrew Morrow2018-05-231-7/+30
* SERVER-30520 SecureRandom::create() should return a unique_ptrMathias Stearn2017-08-081-1/+2
* SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn2015-08-281-8/+10
* SERVER-19182 Integrate storage engine optimizations into $sample stageCharlie Swanson2015-08-271-0/+5
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-49/+52
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-0/+16
* use xorshift for PseudoRandom on all platformsEric Milkie2012-11-161-2/+11
* TODO lint rulesEliot Horowitz2012-11-131-1/+1
* some Random tests and helpersEliot Horowitz2012-11-131-4/+5
* make a SecureRandom classEliot Horowitz2012-11-121-0/+14
* Introduce mongo/platform/cstdint.h, to get stdint types into the mongo namesp...Andy Schwerin2012-10-231-9/+3
* fix include orderEliot Horowitz2012-10-151-1/+2
* fix Windows compileTad Marshall2012-10-101-0/+4
* simple Random class to consolidate all random number needsEliot Horowitz2012-10-101-0/+42