how use QtCore/QRandomGenerator in Qt 5.9.1 version in Qt/QML for my application
-
Hello,
I want to use QRandomGenerator to obtain random values from a high-quality Random Number Generator; but i have a version Qt5.9.1 he don't accept it.
There is a way to replace QrandomGenerator for an anther Object please?
@Ngouda Documentation says: "Since: Qt 5.10"
https://doc.qt.io/qt-5/qrandomgenerator.htmlDo you have to use this old Qt version?