index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
platform
/
random.h
Age
Commit message (
Expand
)
Author
2023-11-03
SERVER-67468 When creating filenames from random numbers, use unsigned numbers
Daotang Yang
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2022-01-30
SERVER-62902 Fix type conversion issue in JSSRand.
Rishab Joshi
2019-10-09
SERVER-43641 upgrade random.h
Billy Donahue
2019-10-02
Revert "SERVER-43641 upgrade random.h"
James Wahlin
2019-10-02
SERVER-43641 upgrade random.h
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-05-23
SERVER-35170 Add misc fixes to enable building in -std=c++17 mode
Andrew Morrow
2017-08-08
SERVER-30520 SecureRandom::create() should return a unique_ptr
Mathias Stearn
2015-08-28
SERVER-20121 Use unsigned arithmetic in PsuedoRandom
Mathias Stearn
2015-08-27
SERVER-19182 Integrate storage engine optimizations into $sample stage
Charlie Swanson
2015-06-29
SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>
Kang In Cheol
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2014-05-16
SERVER-13264 Move Apache-licensed files to AGPL
Ian Whalen
2014-01-29
SERVER-12284 Rewrite ReplSetMonitor
Mathias Stearn
2012-11-16
use xorshift for PseudoRandom on all platforms
Eric Milkie
2012-11-13
TODO lint rules
Eliot Horowitz
2012-11-13
some Random tests and helpers
Eliot Horowitz
2012-11-12
make a SecureRandom class
Eliot Horowitz
2012-10-23
Introduce mongo/platform/cstdint.h, to get stdint types into the mongo namesp...
Andy Schwerin
2012-10-15
fix include order
Eliot Horowitz
2012-10-10
fix Windows compile
Tad Marshall
2012-10-10
simple Random class to consolidate all random number needs
Eliot Horowitz