Added support for random_uniform

I tried to add custom op support and I was managed to run the script, now this rises to other different problem as, which is my model is having output.shape of (?,4). But after this custom op implementation, it changes the output.shape to (1,15,512). Does anyone have an idea why this is caused

code for random_unifrom: