Skip to content

class expression_random_uniform<T, Dims, Reference> random

template <typename T, index_t Dims, bool Reference = false>
struct expression_random_uniform : expression_traits_defaults { … }

typedef value_type

using value_type             = T

Defined at base/random.hpp:143

variable dims

constexpr static size_t dims = Dims

Defined at base/random.hpp:144

function get_shape(const expression_random_uniform<T, Dims, Reference> &)

constexpr static shape<dims> get_shape(const expression_random_uniform&) { … }

Defined at base/random.hpp:145

function get_shape()

constexpr static shape<dims> get_shape() { … }

Defined at base/random.hpp:149

variable state

mutable state_holder<random_state, Reference> state

Defined at base/random.hpp:151

function get_elements(const expression_random_uniform<T, Dims, Reference> &, shape<Dims>, axis_params<VecAxis, N>)

template <size_t N, index_t VecAxis>
friend KFR_INTRINSIC vec<T, N> get_elements(const expression_random_uniform& self, shape<Dims>,
                                            axis_params<VecAxis, N>)

Defined at base/random.hpp:154

Defined at base/random.hpp:141