aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test_random.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix GCC compiler warningShadowNinja2015-05-041-2/+2
|
* Fix MSVC compatibilitykwolekr2015-04-291-17/+11
| | | | | | Make sure to include random unittests in android builds, too Use SWAP() macro Ensure that negative ranges are tested as well in random unittests
* Tests: Add random unittestskwolekr2015-04-291-0/+277