qt6-bb10/tests/auto/corelib/global/qrandomgenerator
Thiago Macieira 08bf28de03 QRandomGenerator: add more of the std Random Engine API
This brings us to almost parity with the C++11 Random Engine API
requirements (see chapter 26.5.1.4 [rand.req.eng]). We don't implement
the templated Sseq requirements because it would require moving the
implementation details to the public API. And we don't implement the
<iostreams> code because we don't want to.

Change-Id: Icaa86fc7b54d4b368c0efffd14f05ff813ebd759
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2017-11-11 08:11:07 +00:00
..
qrandomgenerator.pro Long live QRandomGenerator 2017-06-12 06:14:34 +00:00
tst_qrandomgenerator.cpp QRandomGenerator: add more of the std Random Engine API 2017-11-11 08:11:07 +00:00