![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QRandomGenerator64, including all inherited members.
bounded(double highest) | QRandomGenerator | inline |
bounded(quint32 highest) | QRandomGenerator | inline |
bounded(quint32 lowest, quint32 highest) | QRandomGenerator | inline |
bounded(int highest) | QRandomGenerator | inline |
bounded(int lowest, int highest) | QRandomGenerator | inline |
bounded(quint64 highest) | QRandomGenerator | inline |
bounded(quint64 lowest, quint64 highest) | QRandomGenerator | inline |
bounded(qint64 highest) | QRandomGenerator | inline |
bounded(qint64 lowest, qint64 highest) | QRandomGenerator | inline |
bounded(int lowest, qint64 highest) | QRandomGenerator | inline |
bounded(qint64 lowest, int highest) | QRandomGenerator | inline |
bounded(unsigned lowest, quint64 highest) | QRandomGenerator | inline |
bounded(quint64 lowest, unsigned highest) | QRandomGenerator | inline |
discard(unsigned long long z) | QRandomGenerator64 | inline |
fillRange(UInt *buffer, qsizetype count) | QRandomGenerator | inline |
fillRange(UInt(&buffer)[N]) | QRandomGenerator | inline |
generate() | QRandomGenerator64 | inline |
generate() | QRandomGenerator64 | inline |
generate(ForwardIterator begin, ForwardIterator end) | QRandomGenerator64 | inline |
generate(quint32 *begin, quint32 *end) | QRandomGenerator64 | inline |
generate64() | QRandomGenerator | inline |
generateDouble() | QRandomGenerator | inline |
global() | QRandomGenerator64 | static |
max() | QRandomGenerator64 | inlinestatic |
min() | QRandomGenerator64 | inlinestatic |
operator()() | QRandomGenerator64 | inline |
operator=(const QRandomGenerator &other) | QRandomGenerator | |
operator==(const QRandomGenerator &rng1, const QRandomGenerator &rng2) | QRandomGenerator | related |
QRandomGenerator(quint32 seedValue=1) | QRandomGenerator | inline |
QRandomGenerator(const quint32(&seedBuffer)[N]) | QRandomGenerator | inline |
QRandomGenerator(const quint32 *seedBuffer, qsizetype len) | QRandomGenerator | inline |
QRandomGenerator(std::seed_seq &sseq) noexcept | QRandomGenerator | |
QRandomGenerator(const quint32 *begin, const quint32 *end) | QRandomGenerator | |
QRandomGenerator(const QRandomGenerator &other) | QRandomGenerator | |
QRandomGenerator(System) | QRandomGenerator | inlineprotected |
QRandomGenerator64(quint32 seedValue=1) | QRandomGenerator64 | inline |
QRandomGenerator64(const quint32(&seedBuffer)[N]) | QRandomGenerator64 | inline |
QRandomGenerator64(const quint32 *seedBuffer, qsizetype len) | QRandomGenerator64 | inline |
QRandomGenerator64(std::seed_seq &sseq) noexcept | QRandomGenerator64 | inline |
QRandomGenerator64(const quint32 *begin, const quint32 *end) | QRandomGenerator64 | inline |
QRandomGenerator64(const QRandomGenerator &other) | QRandomGenerator64 | inline |
result_type typedef | QRandomGenerator64 | |
securelySeeded() | QRandomGenerator64 | static |
seed(quint32 s=1) | QRandomGenerator | inline |
seed(std::seed_seq &sseq) noexcept | QRandomGenerator | inline |
System enum name | QRandomGenerator | protected |
system() | QRandomGenerator64 | static |