Template Function lsst::afw::math::randomGaussianImage

Function Documentation

template<typename ImageT>
void lsst::afw::math::randomGaussianImage(ImageT *image, Random &rand)

Set image to random numbers with a gaussian N(0, 1) distribution

Parameters
  • [out] image: The image to set

  • [inout] rand: definition of random number algorithm, seed, etc.