Template Function lsst::afw::math::randomUniformImage

Function Documentation

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

Set image to random numbers uniformly distributed in the range [0, 1)

Parameters
  • [out] image: The image to set

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