summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qrandom.h
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-1/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-4/+6
|\
| * QRandomGenerator: assert that bounded() calls have correct argumentsThiago Macieira2019-06-281-4/+6
* | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-3/+3
|/
* qrandom.h: actually #undef min and max instead of using parenthesesThiago Macieira2017-12-281-4/+11
* Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-281-5/+5
* QRandomGenerator: Enforce the use of 32-bit integers in the engineThiago Macieira2017-11-201-1/+2
* QRandomGenerator: optimize the global() and system() storageThiago Macieira2017-11-111-7/+7
* QRandomGenerator: add more of the std Random Engine APIThiago Macieira2017-11-111-4/+20
* QRandomGenerator: add securelySeeded(), to ensure appropriate seedingThiago Macieira2017-11-111-0/+7
* Change QRandomGenerator to have a deterministic modeThiago Macieira2017-11-111-42/+118
* QRandomGenerator: add system() and global()Thiago Macieira2017-10-291-4/+5
* QRandomGenerator: improve floating-point random generationThiago Macieira2017-10-201-2/+10
* QRandomGenerator: update API to better nameThiago Macieira2017-09-221-17/+18
* Long live QRandomGeneratorThiago Macieira2017-06-121-0/+154