Add a script for randomizing onnx weights (#10551)
* Add a script for randomizing onnx weights
Required by customer that when sharing an onnx model for 3rd party debugging, a tool is needed to randomize all the weights in the model.
* Update onnx_randomizer.py
more comments