xtd 0.2.0
xtd::random Member List

This is the complete list of members for xtd::random, including all inherited members.

equals(const object &obj) const noexceptxtd::objectvirtual
equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
generator() const noexceptxtd::random
generator() noexceptxtd::random
get_hash_code() const noexceptxtd::objectvirtual
get_items(const xtd::read_only_span< value_t > &choices, xtd::size length)xtd::randominline
get_items(const xtd::array< value_t > &choices, xtd::size length)xtd::randominline
get_items(const xtd::read_only_span< value_t > &choices, xtd::span< value_t > &destination)xtd::randominline
get_type() const noexceptxtd::objectvirtual
memberwise_clone() constxtd::objectinline
next() constxtd::randomvirtual
next() constxtd::randominline
next(int32 max_value) constxtd::randomvirtual
next(value_t max_value) constxtd::randominline
next(int32 min_value, int32 max_value) constxtd::randomvirtual
next(value_t min_value, value_t max_value) constxtd::randominline
next_bytes(xtd::span< xtd::byte > &buffer) constxtd::randomvirtual
next_bytes(xtd::array< xtd::byte > &buffer) constxtd::randomvirtual
next_double() constxtd::randomvirtual
next_int64() constxtd::randomvirtual
next_int64(int64 max_value) constxtd::randomvirtual
next_int64(int64 min_value, int64 max_value) constxtd::randomvirtual
next_single() constxtd::randomvirtual
next_values(xtd::span< value_t > &buffer) constxtd::randominline
next_values(xtd::array< value_t > &buffer) constxtd::randominline
object()=defaultxtd::object
random()xtd::random
random(uint32 seed)xtd::randomexplicit
random(std::random_device &random_device)xtd::randomexplicit
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
sample() constxtd::randomprotectedvirtual
shuffle(xtd::span< value_t > &values) constxtd::randominline
shuffle(collection_t &values) constxtd::randominline
to_string() const noexceptxtd::objectvirtual