I\'m writing some modelling routines in NumPy that need to select cells randomly from a NumPy array and do some processing on them. All cells must be selected without replacemen
people using numpy version 1.7 or later there can also use the builtin function numpy.random.choice
numpy.random.choice