summaryrefslogtreecommitdiffstats
path: root/src/ProbabDistrib.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some emplace_back replacements (#5149)12xx122021-03-071-4/+4
| | | * replace push_back with emplace_back when a new object was created in the function call
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+0
| | | | Add check for number of empty lines between functions and fix the corresponding failures
* Removed double includes (#3885)Lukas Pioch2017-08-021-2/+0
|
* FastRandom rewrite (#3754)peterbell102017-06-131-2/+1
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-4/+4
|
* Fixed possible crash in cProbabDistribSTRWarrior2015-05-141-0/+1
| | | | It could divide through 0 which causes a crash
* Migrated random generators to std::randomTiger Wang2014-10-191-1/+1
|
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+142