mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-21 10:22:11 +00:00
Many uses of random() & value have been turned into random(0, value). This is not only more efficient, it also ensures better random distribution because the parameter-less variant only returns values between 0 and 255. |
||
---|---|---|
.. | ||
static | ||
CMakeLists.txt |