summaryrefslogtreecommitdiff
ModeNameSize
-rw-r--r--.gitignore254logplain
-rwxr-xr-xhelp-to-wiki.py2494logplain
d---------helpcontent238logplain
d---------helpers547logplain
-rw-r--r--makefile.pmk1179logplain
d---------prj103logplain
-rw-r--r--settings.pmk302logplain
d---------source67logplain
d---------to-wiki83logplain
-rwxr-xr-xupload-wiki.pl4285logplain
d---------util411logplain
d---------wiki-to-help531logplain
n value='libreoffice-24-2'>libreoffice-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/random.cxx
AgeCommit message (Expand)Author
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