OSDN Git Service

replace arc4random() with the recommended arc4random_uniform() alternative
authorIvailo Monev <xakepa10@gmail.com>
Sun, 19 Sep 2021 00:33:50 +0000 (03:33 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Sun, 19 Sep 2021 00:33:50 +0000 (03:33 +0300)
commit419ff741128369122d1fc524696c8fd290dc62ca
treec3fb9e1b52beed07c56be53789315674bcbd8918
parent3259b81a8a08caff746290d0245fd91657b32272
replace arc4random() with the recommended arc4random_uniform() alternative

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
CMakeLists.txt
src/core/global/qglobal.cpp