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_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
generator() const noexcept | xtd::random | |
get_hash_code() const noexcept | xtd::object | virtual |
get_type() const noexcept | xtd::object | virtual |
memberwise_clone() const | xtd::object | inline |
next() const | xtd::random | virtual |
next() const | xtd::random | inline |
next(int32 max_value) const | xtd::random | virtual |
next(value_t max_value) const | xtd::random | inline |
next(int32 min_value, int32 max_value) const | xtd::random | virtual |
next(value_t min_value, value_t max_value) const | xtd::random | inline |
next_bytes(std::vector< xtd::byte > &buffer) const | xtd::random | virtual |
next_bytes(xtd::byte *buffer, size_t buffer_size) const | xtd::random | virtual |
next_double() const | xtd::random | virtual |
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 | |
random(uint32 seed) | xtd::random | explicit |
random(std::random_device &random_device) | xtd::random | explicit |
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
sample() const | xtd::random | protectedvirtual |
to_string() const noexcept | xtd::object | virtual |