Defined in header <scicpp/core.hpp>
Draw random samples from a normal (Gaussian) distribution.
Generate a std::array of samples from a normal distribution with mean mu
and standard deviation sigma
.
Generate a std::vector of samples from a normal distribution with mean mu
and standard deviation sigma
.