Template Function mrpt::random::vectorRandomNormal

Function Documentation

template<class T>
void mrpt::random::vectorRandomNormal(std::vector<T> &v_out, const T &mean = 0, const T &std = 1)

Generates a random vector with independent, normally distributed samples.

See also

matrixRandomUni