aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test_random.cpp
AgeCommit message (Collapse)Author
2015-05-04Fix GCC compiler warningShadowNinja
2015-04-29Fix MSVC compatibilitykwolekr
Make sure to include random unittests in android builds, too Use SWAP() macro Ensure that negative ranges are tested as well in random unittests
2015-04-29Tests: Add random unittestskwolekr