My question is simple: I have an image and I want to add pixel wise independent noise to the image. The noise can be derived from from any distribution such as Gaussian. What are the available modules in numpy/scikit-learn to do the same?
I do not have any code but I am learning about modules such as numpy.random.normal, etc. and I needed more clarification. None of the modules explicitly say that if I draw samples from a distribution multiple times, the draws will be independent.
Thank you for suggestions.