summaryrefslogtreecommitdiff
path: root/src/mongo/platform/random.h
AgeCommit message (Expand)Author
2023-11-03SERVER-67468 When creating filenames from random numbers, use unsigned numbersDaotang Yang
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2022-01-30SERVER-62902 Fix type conversion issue in JSSRand.Rishab Joshi
2019-10-09SERVER-43641 upgrade random.hBilly Donahue
2019-10-02Revert "SERVER-43641 upgrade random.h"James Wahlin
2019-10-02SERVER-43641 upgrade random.hBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-05-23SERVER-35170 Add misc fixes to enable building in -std=c++17 modeAndrew Morrow
2017-08-08SERVER-30520 SecureRandom::create() should return a unique_ptrMathias Stearn
2015-08-28SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn
2015-08-27SERVER-19182 Integrate storage engine optimizations into $sample stageCharlie Swanson
2015-06-29SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2014-05-16SERVER-13264 Move Apache-licensed files to AGPLIan Whalen
2014-01-29SERVER-12284 Rewrite ReplSetMonitorMathias Stearn
2012-11-16use xorshift for PseudoRandom on all platformsEric Milkie
2012-11-13TODO lint rulesEliot Horowitz
2012-11-13some Random tests and helpersEliot Horowitz
2012-11-12make a SecureRandom classEliot Horowitz
2012-10-23Introduce mongo/platform/cstdint.h, to get stdint types into the mongo namesp...Andy Schwerin
2012-10-15fix include orderEliot Horowitz
2012-10-10fix Windows compileTad Marshall
2012-10-10simple Random class to consolidate all random number needsEliot Horowitz