Template Function lsst::afw::math::randomUniformPosImage

Function Documentation

template<typename ImageT>
void lsst::afw::math::randomUniformPosImage(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.