Age | Commit message (Expand) | Author |
---|---|---|
2015-11-20 | loplugin:sallogareas | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-07-10 | add a SAL_RAND_REPEATABLE for repeatable random nums | Caolán McNamara |
2015-05-24 | callcatcher: update unused code | Caolán McNamara |
2015-05-06 | sal/log.hxx is what was missing | Stephan Bergmann |
2015-05-06 | If using std::random_device fails, fall back to just time(nullptr) | Tor Lillqvist |
2015-05-05 | seed mt19937 with random data | Norbert Thiebaud |
2015-01-06 | include time.h for time | Caolán McNamara |
2015-01-06 | boost::random->std::random | Caolán McNamara |
2014-10-07 | disambiguate uniform_int_distribution | Caolán McNamara |
2014-10-07 | I shouldn't be shy, just assert() | Tor Lillqvist |
2014-10-07 | Handle incorrect usage of uniform_real_distribution() | Tor Lillqvist |
2014-10-06 | when size_t == unsigned int | Caolán McNamara |
2014-10-06 | use comphelper::rng::uniform_*_distribution everywhere | Caolán McNamara |
2014-05-17 | move boost rng wrapper from sc to comphelper | Thomas Arnhold |