![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QRandomGenerator>#include <QList>#include <QColor>Go to the source code of this file.
Classes | |
| class | Generator |
Functions | |
| double | snippets_1_2_3 () |
| double | generateDouble () |
| double | generateDoubleWithHighest (double highest) |
| QColor | snippets_13_to_15 () |
| void | snippet_16 () |
| double generateDouble | ( | ) |
Definition at line 82 of file src_corelib_global_qrandom.cpp.
Referenced by generateDoubleWithHighest().
| double generateDoubleWithHighest | ( | double | highest | ) |
[12]
[12]
Definition at line 87 of file src_corelib_global_qrandom.cpp.
References generateDouble().
| void snippet_16 | ( | ) |
| QColor snippets_13_to_15 | ( | ) |
| double snippets_1_2_3 | ( | ) |