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_test.cpp
Age
Commit message (
Expand
)
Author
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2022-08-23
SERVER-68834 clany tidy bugprone-integer-division fixes
Juan Gu
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2020-04-14
SERVER-46127 unit tests log to a kTest component
Gabriel Russell
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-13
SERVER-45869 automatically converted structured logging
Gabriel Russell
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-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
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
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-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
2012-11-16
use xorshift for PseudoRandom on all platforms
Eric Milkie
2012-11-16
fix random_test.exe on Windows
Eric Milkie
2012-11-13
some Random tests and helpers
Eliot Horowitz
2012-11-13
PseudoRandom isn't seedable on windows
Eliot Horowitz
2012-11-12
make a SecureRandom class
Eliot Horowitz
2012-11-12
a simple unit test for seeded random
Eliot Horowitz