![]() |
xtd - Reference Guide
0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
This is the complete list of members for xtd::random, including all inherited members.
| equals(const object &obj) const noexcept | xtd::object | virtual |
| equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
| get_hash_code() const noexcept | xtd::object | virtual |
| memberwise_clone() const | xtd::object | inline |
| next() const | xtd::random | inlinevirtual |
| next() const | xtd::random | inline |
| next(int32_t max_value) const | xtd::random | inlinevirtual |
| next(value_t max_value) const | xtd::random | inline |
| next(int32_t min_value, int32_t max_value) const | xtd::random | inlinevirtual |
| next(value_t min_value, value_t max_value) const | xtd::random | inline |
| next_bytes(std::vector< uint8_t > &buffer) const | xtd::random | inlinevirtual |
| next_bytes(uint8_t *buffer, size_t buffer_size) const | xtd::random | inlinevirtual |
| next_double() const | xtd::random | inlinevirtual |
| next_values(std::vector< value_t > &buffer) const | xtd::random | inline |
| next_values(value_t *buffer, size_t buffer_size) const | xtd::random | inline |
| object()=default | xtd::object | |
| random() | xtd::random | inline |
| random(uint32_t seed) | xtd::random | inlineexplicit |
| random(std::random_device &random_device) | xtd::random | inlineexplicit |
| reference_equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
| sample() const | xtd::random | inlineprotectedvirtual |
| to_string() const noexcept | xtd::object | virtual |