Skip to content

function gen_random_normal(T, T) random

template <typename T, index_t Dims = 1>
KFR_FUNCTION expression_random_normal<T, Dims> gen_random_normal(T sigma = 1, T mu = 0)

Returns expression that produces normally distributed values using cycle counter entropy.

Defined at base/random.hpp:282