xtd 1.0.0
Loading...
Searching...
No Matches
xtd::random Member List

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

equals(const object &obj) const noexcept -> boolxtd::objectvirtual
equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> boolxtd::objectinlinestatic
generator() const noexcept -> const std::default_random_engine &xtd::random
generator() noexcept -> std::default_random_engine &xtd::random
get_hash_code() const noexcept -> xtd::usizextd::objectvirtual
get_items(const xtd::read_only_span< value_t > &choices, xtd::usize length) -> xtd::array< value_t >xtd::randominline
get_items(const xtd::array< value_t > &choices, xtd::usize length) -> xtd::array< value_t >xtd::randominline
get_items(const xtd::read_only_span< value_t > &choices, xtd::span< value_t > &destination) -> voidxtd::randominline
get_type() const noexcept -> type_objectxtd::objectvirtual
memberwise_clone() const -> xtd::unique_ptr_object< object_t >xtd::object
next() const -> xtd::int32xtd::randomvirtual
next() const -> value_txtd::randominline
next(xtd::int32 max_value) const -> xtd::int32xtd::randomvirtual
next(value_t max_value) const -> value_txtd::randominline
next(xtd::int32 min_value, xtd::int32 max_value) const -> xtd::int32xtd::randomvirtual
next(value_t min_value, value_t max_value) const -> value_txtd::randominline
next_byte() const -> xtd::bytextd::randomvirtual
next_byte(xtd::byte max_value) const -> xtd::bytextd::randomvirtual
next_byte(xtd::byte min_value, xtd::byte max_value) const -> xtd::bytextd::randomvirtual
next_bytes(xtd::span< xtd::byte > &buffer) const -> voidxtd::randomvirtual
next_bytes(xtd::array< xtd::byte > &buffer) const -> voidxtd::randomvirtual
next_double() const -> doublextd::randomvirtual
next_int64() const -> xtd::int64xtd::randomvirtual
next_int64(int64 max_value) const -> xtd::int64xtd::randomvirtual
next_int64(int64 min_value, int64 max_value) const -> xtd::int64xtd::randomvirtual
next_single() const -> xtd::singlextd::randomvirtual
next_values(xtd::span< value_t > &buffer) const -> voidxtd::randominline
next_values(xtd::array< value_t > &buffer) const -> voidxtd::randominline
object()=defaultxtd::object
random()xtd::random
random(xtd::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) noexcept -> boolxtd::objectinlinestatic
sample() const -> doublextd::randomprotectedvirtual
shuffle(xtd::span< value_t > &values) const -> xtd::span< value_t > &xtd::randominline
shuffle(collection_t &values) const -> collection_t &xtd::randominline
shuffle(const collection_t &values) const -> collection_txtd::randominline
to_string() const -> xtd::stringxtd::objectvirtual