how use QtCore/QRandomGenerator in Qt 5.9.1 version in Qt/QML for my application
-
wrote on 10 Oct 2022, 14:20 last edited by
-
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?
-
wrote on 10 Oct 2022, 14:30 last edited by
Hello jsulm,
yes I have to use this old Qt Version -
@Ngouda Then you will have to use other solution. For example what C++ provides or Boost.
-
wrote on 10 Oct 2022, 14:47 last edited by
Ok
I test other solution, thanks you
1/5