Is your feature request related to a problem? Please describe.
Currently, we always execute random computation in randomize() no matter _do_transform is True or False.
I think we should avoid some heavy computation, for example: generating random array with the same size as img.
It would be OK if only generate 1 random number for scaling or filter, etc.