summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/random.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara1-0/+7
2015-05-24callcatcher: update unused codeCaolán McNamara1-6/+0
2015-05-06sal/log.hxx is what was missingStephan Bergmann1-2/+2
2015-05-06If using std::random_device fails, fall back to just time(nullptr)Tor Lillqvist1-7/+17
2015-05-05seed mt19937 with random dataNorbert Thiebaud1-1/+2
2015-01-06include time.h for timeCaolán McNamara1-0/+1
2015-01-06boost::random->std::randomCaolán McNamara1-10/+11
2014-10-07disambiguate uniform_int_distributionCaolán McNamara1-6/+2
2014-10-07I shouldn't be shy, just assert()Tor Lillqvist1-3/+1
2014-10-07Handle incorrect usage of uniform_real_distribution()Tor Lillqvist1-0/+3
2014-10-06when size_t == unsigned intCaolán McNamara1-0/+4
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-13/+45
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold1-0/+54