random.choice enhancement request:
random.choice should support multidimensional arrays by taking an axis number. With this enhancement, axis=None would choose from a flattened array, while an integer argument would chose from the subarrays along that axis.
Apologies if this is a duplicate. My previous submission seems to have vanished.