qt5base-lts/tests/auto/other
Thiago Macieira 19b0ce5daa Change almost all other uses of qrand() to QRandomGenerator
The vast majority is actually switched to QRandomGenerator::bounded(),
which gives a mostly uniform distribution over the [0, bound)
range. There are very few floating point cases left, as many of those
that did use floating point did not need to, after all. (I did leave
some that were too ugly for me to understand)

This commit also found a couple of calls to rand() instead of qrand().

This commit does not include changes to SSL code that continues to use
qrand() (job for someone else):
  src/network/ssl/qsslkey_qt.cpp
  src/network/ssl/qsslsocket_mac.cpp
  tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp

Change-Id: Icd0e0d4b27cb4e5eb892fffd14b5285d43f4afbf
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2017-11-08 09:14:03 +00:00
..
android
compiler Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
gestures Extend blacklisting of tst_gestures in RHEL 2017-10-10 07:42:24 +00:00
lancelot Merge remote-tracking branch 'origin/5.9' into dev 2017-06-07 14:02:43 +02:00
languagechange winrt: Fix tst_qlanguagechange 2017-06-19 07:06:00 +00:00
macgui Blacklist tst_MacGui::nonModalOrder 2017-07-27 09:08:58 +00:00
macnativeevents Ignore tests that fail on OpenNebula 2017-08-03 09:30:06 +00:00
macplist macOS: Don't build auto-tests as application bundles unless explicitly requested 2016-10-23 10:39:56 +00:00
modeltest modeltest: improve debugging 2017-02-02 12:13:06 +00:00
networkselftest Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
qaccessibility Merge remote-tracking branch 'origin/5.9' into 5.10 2017-10-30 08:54:05 +01:00
qaccessibilitylinux Ensure result of all QTest::qWaitFor are verified 2017-10-05 15:15:36 +00:00
qaccessibilitymac Ensure result of all QTest::qWaitFor are verified 2017-10-05 15:15:36 +00:00
qcomplextext
qfocusevent Merge remote-tracking branch 'origin/5.9' into dev 2017-08-08 11:48:10 +02:00
qnetworkaccessmanager_and_qprogressdialog
qobjectperformance
qobjectrace Merge remote-tracking branch 'origin/5.6' into 5.7 2016-08-01 10:03:21 +02:00
qprocess_and_guieventloop Properly use the "process" feature 2017-02-27 15:44:46 +00:00
qsharedpointer_and_qwidget
qtokenautomaton tests: Unify license to GPL-EXCEPT 2017-04-03 07:18:46 +00:00
qvariant_common
toolsupport Fix tst_toolsupport on 32-bit arm platform 2017-04-12 08:36:27 +00:00
other.pro Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00