summaryrefslogtreecommitdiffstats
path: root/comphelper/source/misc/random.cxx
Commit message (Expand)AuthorAgeFilesLines
* turn off randomness when running under valgrindNoel Grandin2018-04-251-0/+9
* loplugin:sallogareasStephan Bergmann2015-11-201-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara2015-07-101-0/+7
* callcatcher: update unused codeCaolán McNamara2015-05-241-6/+0
* sal/log.hxx is what was missingStephan Bergmann2015-05-061-2/+2
* If using std::random_device fails, fall back to just time(nullptr)Tor Lillqvist2015-05-061-7/+17
* seed mt19937 with random dataNorbert Thiebaud2015-05-051-1/+2
* include time.h for timeCaolán McNamara2015-01-061-0/+1
* boost::random->std::randomCaolán McNamara2015-01-061-10/+11
* disambiguate uniform_int_distributionCaolán McNamara2014-10-071-6/+2
* I shouldn't be shy, just assert()Tor Lillqvist2014-10-071-3/+1
* Handle incorrect usage of uniform_real_distribution()Tor Lillqvist2014-10-071-0/+3
* when size_t == unsigned intCaolán McNamara2014-10-061-0/+4
* use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2014-10-061-13/+45
* move boost rng wrapper from sc to comphelperThomas Arnhold2014-05-171-0/+54