summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/random.cxx
AgeCommit message (Expand)Author
2018-04-25turn off randomness when running under valgrindNoel Grandin
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara
2015-05-24callcatcher: update unused codeCaolán McNamara
2015-05-06sal/log.hxx is what was missingStephan Bergmann
2015-05-06If using std::random_device fails, fall back to just time(nullptr)Tor Lillqvist
2015-05-05seed mt19937 with random dataNorbert Thiebaud
2015-01-06include time.h for timeCaolán McNamara
2015-01-06boost::random->std::randomCaolán McNamara
2014-10-07disambiguate uniform_int_distributionCaolán McNamara
2014-10-07I shouldn't be shy, just assert()Tor Lillqvist
2014-10-07Handle incorrect usage of uniform_real_distribution()Tor Lillqvist
2014-10-06when size_t == unsigned intCaolán McNamara
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold