summaryrefslogtreecommitdiff
path: root/src/mongo/platform/random.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* really fix Windows compile for PseudoRandom (thoroughly tested)Eric Milkie2012-11-161-1/+1
* fix Windows compile for rand_sEric Milkie2012-11-161-0/+1
* use xorshift for PseudoRandom on all platformsEric Milkie2012-11-161-18/+40
* some Random tests and helpersEliot Horowitz2012-11-131-0/+9
* include string.h in random.cpp for strerrorEliot Horowitz2012-11-131-0/+1
* solaris needs stdio.hEliot Horowitz2012-11-131-0/+1
* make a SecureRandom classEliot Horowitz2012-11-121-0/+87
* Fix windows build, reorder includes in random.h to follow our conventions.Andy Schwerin2012-10-231-2/+2
* Introduce mongo/platform/cstdint.h, to get stdint types into the mongo namesp...Andy Schwerin2012-10-231-1/+4
* fix Windows compileTad Marshall2012-10-101-0/+1
* simple Random class to consolidate all random number needsEliot Horowitz2012-10-101-0/+38