Randomly selected image scale?

Is there any way to resize an image to a random one of a given set of scales? e.g.
item_tfms=RandomResize([480, 576, 688, 864, 1200])
This is a fairly common augmentation method for a lot of vision tasks yet as far as I can tell is absent from fastai